Html Css Color HEX #C77A11 Ochre

📋 copy color: '#C77A11'

red 199 ◦ green 122 ◦ blue 17

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

Shades of Ochre #C77A11

Tints of Ochre #C77A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 58.88%
G = 36.09%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C77A11 (or 0xC77A11) is known color: Ochre. HEX triplet: C7, 7A and 11. RGB value is (199,122,17). Sum of RGB (Red+Green+Blue) = 199+122+17=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A11 is #3885EE. Grayscale: #858585. Windows color (decimal): -3704303 or 1145543. OLE color: 1145543.

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

Color convert

RGB 199 122 17 -
CMYK 0 0.39 0.91 0.22
HSL 34.62º 0.84% 0.42% -
HSV(B) 34.62º 0.91% 0.78% -
XYZ 30.61 26.1 3.95 -
YUV 133.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 199 122 17 0 0.39 0.91 0.22 34.62 0.84 0.42
Hex C7 7A 11 0 27 5B 16 23 54 2A
Octal 307 172 21 0 47 133 26 43 124 52
Binary 11000111 1111010 10001 0 100111 1011011 10110 100011 1010100 101010

Color Harmonies of #C77A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A11

Black with #C77A11

Text Example


Text Example

White with #C77A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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