Html Css Color HEX #C77814 Ochre

📋 copy color: '#C77814'

red 199 ◦ green 120 ◦ blue 20

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

Shades of Ochre #C77814

Tints of Ochre #C77814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 58.7%
G = 35.4%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77814 (or 0xC77814) is known color: Ochre. HEX triplet: C7, 78 and 14. RGB value is (199,120,20). Sum of RGB (Red+Green+Blue) = 199+120+20=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77814 is #3887EB. Grayscale: #848484. Windows color (decimal): -3704812 or 1341639. OLE color: 1341639.

HSL color Cylindrical-coordinate representation of color #C77814: hue angle of 33.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77814 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 20 -
CMYK 0 0.40 0.90 0.22
HSL 33.52º 0.82% 0.43% -
HSV(B) 33.52º 0.9% 0.78% -
XYZ 30.4 25.63 4.01 -
YUV 132.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 199 120 20 0 0.40 0.90 0.22 33.52 0.82 0.43
Hex C7 78 14 0 28 5A 16 22 52 2B
Octal 307 170 24 0 50 132 26 42 122 53
Binary 11000111 1111000 10100 0 101000 1011010 10110 100010 1010010 101011

Color Harmonies of #C77814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77814

Black with #C77814

Text Example


Text Example

White with #C77814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77814; }

 p { color: rgb(199,120,20); }

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

background-color css

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

 a { background-color: rgb(199,120,20); }

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

border-color css

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

 span { border-color: rgb(199,120,20); }

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