Html Css Color HEX #C76E19 Ochre

📋 copy color: '#C76E19'

red 199 ◦ green 110 ◦ blue 25

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

Shades of Ochre #C76E19

Tints of Ochre #C76E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

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

R = 59.58%
G = 32.93%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C76E19 (or 0xC76E19) is known color: Ochre. HEX triplet: C7, 6E and 19. RGB value is (199,110,25). Sum of RGB (Red+Green+Blue) = 199+110+25=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E19 is #3891E6. Grayscale: #7F7F7F. Windows color (decimal): -3707367 or 1666759. OLE color: 1666759.

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

Color convert

RGB 199 110 25 -
CMYK 0 0.45 0.87 0.22
HSL 29.31º 0.78% 0.44% -
HSV(B) 29.31º 0.87% 0.78% -
XYZ 29.3 23.36 3.88 -
YUV 126.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 199 110 25 0 0.45 0.87 0.22 29.31 0.78 0.44
Hex C7 6E 19 0 2D 57 16 1D 4E 2C
Octal 307 156 31 0 55 127 26 35 116 54
Binary 11000111 1101110 11001 0 101101 1010111 10110 11101 1001110 101100

Color Harmonies of #C76E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E19

Black with #C76E19

Text Example


Text Example

White with #C76E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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