#C77F2E

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

Shades of Geebung #C77F2E

Tints of Geebung #C77F2E

Color information

#C77F2E (or 0xC77F2E) is unknown color: approx Geebung. HEX triplet: C7, 7F and 2E. RGB value is (199,127,46). Sum of RGB (Red+Green+Blue) = 199+127+46=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F2E is #3880D1. Grayscale: #8B8B8B. Windows color (decimal): -3702994 or 3047367. OLE color: 3047367.

HSL color Cylindrical-coordinate representation of color #C77F2E: hue angle of 31.76º 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 #C77F2E is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19912746-
CMYK00.360.770.22
HSL31.76º62.45%48.04%-
HSV(B)31.76º76.88%78.04%-
XYZ31.6427.526.23-
YUV139.2975.35170.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.49%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=53.49%
G=34.14%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991274600.360.770.2231.7662.4548.04
HexC77F2E0244D16203e30
Octal3071775604411526407660
Binary1100011111111111011100100100100110110110100000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F2E; }

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

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

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

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

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

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

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

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