Html Css Color HEX #C77015 Ochre

📋 copy color: '#C77015'

red 199 ◦ green 112 ◦ blue 21

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

Shades of Ochre #C77015

Tints of Ochre #C77015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 59.94%
G = 33.73%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77015 (or 0xC77015) is known color: Ochre. HEX triplet: C7, 70 and 15. RGB value is (199,112,21). Sum of RGB (Red+Green+Blue) = 199+112+21=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77015 is #388FEA. Grayscale: #808080. Windows color (decimal): -3706859 or 1405127. OLE color: 1405127.

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

Color convert

RGB 199 112 21 -
CMYK 0 0.44 0.89 0.22
HSL 30.67º 0.81% 0.43% -
HSV(B) 30.67º 0.89% 0.78% -
XYZ 29.48 23.78 3.75 -
YUV 127.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 199 112 21 0 0.44 0.89 0.22 30.67 0.81 0.43
Hex C7 70 15 0 2C 59 16 1F 51 2B
Octal 307 160 25 0 54 131 26 37 121 53
Binary 11000111 1110000 10101 0 101100 1011001 10110 11111 1010001 101011

Color Harmonies of #C77015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77015

Black with #C77015

Text Example


Text Example

White with #C77015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77015; }

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

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

background-color css

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

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

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

border-color css

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

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

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