Html Css Color HEX #C77019 Ochre

📋 copy color: '#C77019'

red 199 ◦ green 112 ◦ blue 25

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

Shades of Ochre #C77019

Tints of Ochre #C77019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 59.23%
G = 33.33%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77019 (or 0xC77019) is known color: Ochre. HEX triplet: C7, 70 and 19. RGB value is (199,112,25). Sum of RGB (Red+Green+Blue) = 199+112+25=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C77019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77019 is #388FE6. Grayscale: #808080. Windows color (decimal): -3706855 or 1667271. OLE color: 1667271.

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

Color convert

RGB 199 112 25 -
CMYK 0 0.44 0.87 0.22
HSL 30º 0.78% 0.44% -
HSV(B) 30º 0.87% 0.78% -
XYZ 29.52 23.8 3.96 -
YUV 128.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 199 112 25 0 0.44 0.87 0.22 30 0.78 0.44
Hex C7 70 19 0 2C 57 16 1E 4E 2C
Octal 307 160 31 0 54 127 26 36 116 54
Binary 11000111 1110000 11001 0 101100 1010111 10110 11110 1001110 101100

Color Harmonies of #C77019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77019

Black with #C77019

Text Example


Text Example

White with #C77019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77019; }

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

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

background-color css

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

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

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

border-color css

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

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

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