#C58A27

Color #C58A27 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C58A27

Tints of Geebung #C58A27

Color information

#C58A27 (or 0xC58A27) is unknown color: approx Geebung. HEX triplet: C5, 8A and 27. RGB value is (197,138,39). Sum of RGB (Red+Green+Blue) = 197+138+39=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A27 is #3A75D8. Grayscale: #909090. Windows color (decimal): -3831257 or 2591429. OLE color: 2591429.

HSL color Cylindrical-coordinate representation of color #C58A27: hue angle of 37.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58A27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19713839-
CMYK00.300.800.23
HSL37.59º66.95%46.27%-
HSV(B)37.59º80.2%77.25%-
XYZ32.4830.196.04-
YUV144.3568.55165.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 39 (15.62% from 255) = 10.43%
R=52.67%
G=36.90%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971383900.300.800.2337.5966.9546.27
HexC58A2701E501726432e
Octal30521247036120274610356
Binary11000101100010101001110111101010000101111001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A27; }

 p { color: rgb(197,138,39); }

 H1.HeaderClassName
 {
   color: #C58A27;
 }
 .AnyTagClassName
 {
   color: #C58A27;
 }
</style>
background-color css

<style>
 a { background-color: #C58A27; }

 a { background-color: rgb(197,138,39); }

 div.DivClassName
 {
   background-color: #C58A27;
 }
 .BgClassName
 {
   background-color: #C58A27;
 }
</style>
border-color css

<style>
 span { border-color: #C58A27; }

 span { border-color: rgb(197,138,39); }

 td.TdClassName
 {
   border-color: #C58A27;
 }
 .TagClassName
 {
   border-color: #C58A27;
 }
</style>