#C77D2E

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

Shades of Geebung #C77D2E

Tints of Geebung #C77D2E

Color information

#C77D2E (or 0xC77D2E) is unknown color: approx Geebung. HEX triplet: C7, 7D and 2E. RGB value is (199,125,46). Sum of RGB (Red+Green+Blue) = 199+125+46=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D2E is #3882D1. Grayscale: #8A8A8A. Windows color (decimal): -3703506 or 3046855. OLE color: 3046855.

HSL color Cylindrical-coordinate representation of color #C77D2E: hue angle of 30.98º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C77D2E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19912546-
CMYK00.370.770.22
HSL30.98º62.45%48.04%-
HSV(B)30.98º76.88%78.04%-
XYZ31.3827.016.14-
YUV138.1276.02171.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=53.78%
G=33.78%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991254600.370.770.2230.9862.4548.04
HexC77D2E0254D161f3e30
Octal3071755604511526377660
Binary110001111111101101110010010110011011011011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D2E; }

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

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

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

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

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

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

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

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