Html Css Color HEX #C77215 Ochre

📋 copy color: '#C77215'

red 199 ◦ green 114 ◦ blue 21

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

Shades of Ochre #C77215

Tints of Ochre #C77215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 59.58%
G = 34.13%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77215 (or 0xC77215) is known color: Ochre. HEX triplet: C7, 72 and 15. RGB value is (199,114,21). Sum of RGB (Red+Green+Blue) = 199+114+21=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77215 is #388DEA. Grayscale: #818181. Windows color (decimal): -3706347 or 1405639. OLE color: 1405639.

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

Color convert

RGB 199 114 21 -
CMYK 0 0.43 0.89 0.22
HSL 31.35º 0.81% 0.43% -
HSV(B) 31.35º 0.89% 0.78% -
XYZ 29.71 24.23 3.82 -
YUV 128.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 199 114 21 0 0.43 0.89 0.22 31.35 0.81 0.43
Hex C7 72 15 0 2B 59 16 1F 51 2B
Octal 307 162 25 0 53 131 26 37 121 53
Binary 11000111 1110010 10101 0 101011 1011001 10110 11111 1010001 101011

Color Harmonies of #C77215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77215

Black with #C77215

Text Example


Text Example

White with #C77215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77215; }

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

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

background-color css

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

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

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

border-color css

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

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

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