Html Css Color HEX #C77F2A Geebung

📋 copy color: '#C77F2A'

red 199 ◦ green 127 ◦ blue 42

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

Shades of Geebung #C77F2A

Tints of Geebung #C77F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 54.08%
G = 34.51%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C77F2A (or 0xC77F2A) is known color: Geebung. HEX triplet: C7, 7F and 2A. RGB value is (199,127,42). Sum of RGB (Red+Green+Blue) = 199+127+42=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F2A is #3880D5. Grayscale: #8B8B8B. Windows color (decimal): -3702998 or 2785223. OLE color: 2785223.

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

Color convert

RGB 199 127 42 -
CMYK 0 0.36 0.79 0.22
HSL 32.48º 0.65% 0.47% -
HSV(B) 32.48º 0.79% 0.78% -
XYZ 31.56 27.49 5.83 -
YUV 138.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 199 127 42 0 0.36 0.79 0.22 32.48 0.65 0.47
Hex C7 7F 2A 0 24 4F 16 20 41 2F
Octal 307 177 52 0 44 117 26 40 101 57
Binary 11000111 1111111 101010 0 100100 1001111 10110 100000 1000001 101111

Color Harmonies of #C77F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F2A

Black with #C77F2A

Text Example


Text Example

White with #C77F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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