Html Css Color HEX #C76F23 Ochre

📋 copy color: '#C76F23'

red 199 ◦ green 111 ◦ blue 35

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

Shades of Ochre #C76F23

Tints of Ochre #C76F23

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 57.68%
G = 32.17%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C76F23 (or 0xC76F23) is known color: Ochre. HEX triplet: C7, 6F and 23. RGB value is (199,111,35). Sum of RGB (Red+Green+Blue) = 199+111+35=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F23 is #3890DC. Grayscale: #818181. Windows color (decimal): -3707101 or 2322375. OLE color: 2322375.

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

Color convert

RGB 199 111 35 -
CMYK 0 0.44 0.82 0.22
HSL 27.8º 0.7% 0.46% -
HSV(B) 27.8º 0.82% 0.78% -
XYZ 29.54 23.63 4.59 -
YUV 128.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 199 111 35 0 0.44 0.82 0.22 27.8 0.7 0.46
Hex C7 6F 23 0 2C 52 16 1C 46 2E
Octal 307 157 43 0 54 122 26 34 106 56
Binary 11000111 1101111 100011 0 101100 1010010 10110 11100 1000110 101110

Color Harmonies of #C76F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F23

Black with #C76F23

Text Example


Text Example

White with #C76F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F23; }

 p { color: rgb(199,111,35); }

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

background-color css

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

 a { background-color: rgb(199,111,35); }

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

border-color css

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

 span { border-color: rgb(199,111,35); }

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