Html Css Color HEX #C76D24 Ochre

📋 copy color: '#C76D24'

red 199 ◦ green 109 ◦ blue 36

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

Shades of Ochre #C76D24

Tints of Ochre #C76D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 57.85%
G = 31.69%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C76D24 (or 0xC76D24) is known color: Ochre. HEX triplet: C7, 6D and 24. RGB value is (199,109,36). Sum of RGB (Red+Green+Blue) = 199+109+36=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D24 is #3892DB. Grayscale: #7F7F7F. Windows color (decimal): -3707612 or 2387399. OLE color: 2387399.

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

Color convert

RGB 199 109 36 -
CMYK 0 0.45 0.82 0.22
HSL 26.87º 0.69% 0.46% -
HSV(B) 26.87º 0.82% 0.78% -
XYZ 29.34 23.21 4.6 -
YUV 127.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 199 109 36 0 0.45 0.82 0.22 26.87 0.69 0.46
Hex C7 6D 24 0 2D 52 16 1B 45 2E
Octal 307 155 44 0 55 122 26 33 105 56
Binary 11000111 1101101 100100 0 101101 1010010 10110 11011 1000101 101110

Color Harmonies of #C76D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D24

Black with #C76D24

Text Example


Text Example

White with #C76D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D24; }

 p { color: rgb(199,109,36); }

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

background-color css

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

 a { background-color: rgb(199,109,36); }

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

border-color css

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

 span { border-color: rgb(199,109,36); }

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