Html Css Color HEX #C77A16 Ochre

📋 copy color: '#C77A16'

red 199 ◦ green 122 ◦ blue 22

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

Shades of Ochre #C77A16

Tints of Ochre #C77A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 58.02%
G = 35.57%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77A16 (or 0xC77A16) is known color: Ochre. HEX triplet: C7, 7A and 16. RGB value is (199,122,22). Sum of RGB (Red+Green+Blue) = 199+122+22=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A16 is #3885E9. Grayscale: #868686. Windows color (decimal): -3704298 or 1473223. OLE color: 1473223.

HSL color Cylindrical-coordinate representation of color #C77A16: hue angle of 33.9º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C77A16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 122 22 -
CMYK 0 0.39 0.89 0.22
HSL 33.9º 0.8% 0.43% -
HSV(B) 33.9º 0.89% 0.78% -
XYZ 30.66 26.12 4.18 -
YUV 133.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 199 122 22 0 0.39 0.89 0.22 33.9 0.8 0.43
Hex C7 7A 16 0 27 59 16 22 50 2B
Octal 307 172 26 0 47 131 26 42 120 53
Binary 11000111 1111010 10110 0 100111 1011001 10110 100010 1010000 101011

Color Harmonies of #C77A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A16

Black with #C77A16

Text Example


Text Example

White with #C77A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A16; }

 p { color: rgb(199,122,22); }

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

background-color css

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

 a { background-color: rgb(199,122,22); }

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

border-color css

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

 span { border-color: rgb(199,122,22); }

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