#c57d27

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

Shades of Geebung #C57D27

Tints of Geebung #C57D27

Color information

#C57D27 (or 0xC57D27) is unknown color: approx Geebung. HEX triplet: C5, 7D and 27. RGB value is (197,125,39). Sum of RGB (Red+Green+Blue) = 197+125+39=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D27 is #3A82D8. Grayscale: #898989. Windows color (decimal): -3834585 or 2588101. OLE color: 2588101.

HSL color Cylindrical-coordinate representation of color #C57D27: hue angle of 32.66º 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 #C57D27 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19712539-
CMYK00.370.800.23
HSL32.66º66.95%46.27%-
HSV(B)32.66º80.2%77.25%-
XYZ30.7326.685.45-
YUV136.7272.85170.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 39 (15.62% from 255) = 10.80%
R=54.57%
G=34.63%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971253900.370.800.2332.6666.9546.27
HexC57D27025501721432e
Octal30517547045120274110356
Binary11000101111110110011101001011010000101111000011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57d27; }

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

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

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

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

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

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

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

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