#C77D27

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

Shades of Geebung #C77D27

Tints of Geebung #C77D27

Color information

#C77D27 (or 0xC77D27) is unknown color: approx Geebung. HEX triplet: C7, 7D and 27. RGB value is (199,125,39). Sum of RGB (Red+Green+Blue) = 199+125+39=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D27 is #3882D8. Grayscale: #898989. Windows color (decimal): -3703513 or 2588103. OLE color: 2588103.

HSL color Cylindrical-coordinate representation of color #C77D27: hue angle of 32.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77D27 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19912539-
CMYK00.370.800.22
HSL32.25º67.23%46.67%-
HSV(B)32.25º80.4%78.04%-
XYZ31.2526.965.48-
YUV137.3272.52171.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=54.82%
G=34.44%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991253900.370.800.2232.2567.2346.67
HexC77D27025501620432f
Octal30717547045120264010357
Binary11000111111110110011101001011010000101101000001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D27; }

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

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

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

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

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

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

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

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