Html Css Color HEX #C77214 Ochre

📋 copy color: '#C77214'

red 199 ◦ green 114 ◦ blue 20

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

Shades of Ochre #C77214

Tints of Ochre #C77214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

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

R = 59.76%
G = 34.23%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77214 (or 0xC77214) is known color: Ochre. HEX triplet: C7, 72 and 14. RGB value is (199,114,20). Sum of RGB (Red+Green+Blue) = 199+114+20=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C77214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77214 is #388DEB. Grayscale: #818181. Windows color (decimal): -3706348 or 1340103. OLE color: 1340103.

HSL color Cylindrical-coordinate representation of color #C77214: hue angle of 31.51º 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 #C77214 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 20 -
CMYK 0 0.43 0.90 0.22
HSL 31.51º 0.82% 0.43% -
HSV(B) 31.51º 0.9% 0.78% -
XYZ 29.7 24.23 3.77 -
YUV 128.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 199 114 20 0 0.43 0.90 0.22 31.51 0.82 0.43
Hex C7 72 14 0 2B 5A 16 20 52 2B
Octal 307 162 24 0 53 132 26 40 122 53
Binary 11000111 1110010 10100 0 101011 1011010 10110 100000 1010010 101011

Color Harmonies of #C77214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77214

Black with #C77214

Text Example


Text Example

White with #C77214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77214; }

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

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

background-color css

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

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

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

border-color css

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

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

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