Html Css Color HEX #C76E20 Ochre

📋 copy color: '#C76E20'

red 199 ◦ green 110 ◦ blue 32

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

Shades of Ochre #C76E20

Tints of Ochre #C76E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 58.36%
G = 32.26%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C76E20 (or 0xC76E20) is known color: Ochre. HEX triplet: C7, 6E and 20. RGB value is (199,110,32). Sum of RGB (Red+Green+Blue) = 199+110+32=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E20 is #3891DF. Grayscale: #808080. Windows color (decimal): -3707360 or 2125511. OLE color: 2125511.

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

Color convert

RGB 199 110 32 -
CMYK 0 0.45 0.84 0.22
HSL 28.02º 0.72% 0.45% -
HSV(B) 28.02º 0.84% 0.78% -
XYZ 29.39 23.4 4.33 -
YUV 127.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 199 110 32 0 0.45 0.84 0.22 28.02 0.72 0.45
Hex C7 6E 20 0 2D 54 16 1C 48 2D
Octal 307 156 40 0 55 124 26 34 110 55
Binary 11000111 1101110 100000 0 101101 1010100 10110 11100 1001000 101101

Color Harmonies of #C76E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E20

Black with #C76E20

Text Example


Text Example

White with #C76E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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