#C57D26

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

Shades of Geebung #C57D26

Tints of Geebung #C57D26

Color information

#C57D26 (or 0xC57D26) is unknown color: approx Geebung. HEX triplet: C5, 7D and 26. RGB value is (197,125,38). Sum of RGB (Red+Green+Blue) = 197+125+38=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D26 is #3A82D9. Grayscale: #898989. Windows color (decimal): -3834586 or 2522565. OLE color: 2522565.

HSL color Cylindrical-coordinate representation of color #C57D26: hue angle of 32.83º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C57D26 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19712538-
CMYK00.370.810.23
HSL32.83º67.66%46.08%-
HSV(B)32.83º80.71%77.25%-
XYZ30.7126.685.36-
YUV136.6172.35171.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.72%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=54.72%
G=34.72%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971253800.370.810.2332.8367.6646.08
HexC57D26025511721442e
Octal30517546045121274110456
Binary11000101111110110011001001011010001101111000011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D26; }

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

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

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

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

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

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

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

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