Html Css Color HEX #C77F2C Geebung

📋 copy color: '#C77F2C'

red 199 ◦ green 127 ◦ blue 44

#C77F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C77F2C

Tints of Geebung #C77F2C

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

 GREEN value IS 127 (50% from 255) = 34.32%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 53.78%
G = 34.32%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C77F2C (or 0xC77F2C) is known color: Geebung. HEX triplet: C7, 7F and 2C. RGB value is (199,127,44). Sum of RGB (Red+Green+Blue) = 199+127+44=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F2C is #3880D3. Grayscale: #8B8B8B. Windows color (decimal): -3702996 or 2916295. OLE color: 2916295.

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

Color convert

RGB 199 127 44 -
CMYK 0 0.36 0.78 0.22
HSL 32.13º 0.64% 0.48% -
HSV(B) 32.13º 0.78% 0.78% -
XYZ 31.6 27.5 6.03 -
YUV 139.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 199 127 44 0 0.36 0.78 0.22 32.13 0.64 0.48
Hex C7 7F 2C 0 24 4E 16 20 40 30
Octal 307 177 54 0 44 116 26 40 100 60
Binary 11000111 1111111 101100 0 100100 1001110 10110 100000 1000000 110000

Color Harmonies of #C77F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F2C

Black with #C77F2C

Text Example


Text Example

White with #C77F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F2C; }

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

 H1.HeaderClassName
 {
   color: #C77F2C;
 }
 .AnyTagClassName
 {
   color: #C77F2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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