Html Css Color HEX #C76F29 Ochre

📋 copy color: '#C76F29'

red 199 ◦ green 111 ◦ blue 41

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

Shades of Ochre #C76F29

Tints of Ochre #C76F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 56.7%
G = 31.62%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C76F29 (or 0xC76F29) is known color: Ochre. HEX triplet: C7, 6F and 29. RGB value is (199,111,41). Sum of RGB (Red+Green+Blue) = 199+111+41=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F29 is #3890D6. Grayscale: #818181. Windows color (decimal): -3707095 or 2715591. OLE color: 2715591.

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

Color convert

RGB 199 111 41 -
CMYK 0 0.44 0.79 0.22
HSL 26.58º 0.66% 0.47% -
HSV(B) 26.58º 0.79% 0.78% -
XYZ 29.64 23.67 5.1 -
YUV 129.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 199 111 41 0 0.44 0.79 0.22 26.58 0.66 0.47
Hex C7 6F 29 0 2C 4F 16 1B 42 2F
Octal 307 157 51 0 54 117 26 33 102 57
Binary 11000111 1101111 101001 0 101100 1001111 10110 11011 1000010 101111

Color Harmonies of #C76F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F29

Black with #C76F29

Text Example


Text Example

White with #C76F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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