Html Css Color HEX #C77329 Ochre

📋 copy color: '#C77329'

red 199 ◦ green 115 ◦ blue 41

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

Shades of Ochre #C77329

Tints of Ochre #C77329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 56.06%
G = 32.39%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C77329 (or 0xC77329) is known color: Ochre. HEX triplet: C7, 73 and 29. RGB value is (199,115,41). Sum of RGB (Red+Green+Blue) = 199+115+41=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C77329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77329 is #388CD6. Grayscale: #848484. Windows color (decimal): -3706071 or 2716615. OLE color: 2716615.

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

Color convert

RGB 199 115 41 -
CMYK 0 0.42 0.79 0.22
HSL 28.1º 0.66% 0.47% -
HSV(B) 28.1º 0.79% 0.78% -
XYZ 30.08 24.56 5.25 -
YUV 131.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 199 115 41 0 0.42 0.79 0.22 28.1 0.66 0.47
Hex C7 73 29 0 2A 4F 16 1C 42 2F
Octal 307 163 51 0 52 117 26 34 102 57
Binary 11000111 1110011 101001 0 101010 1001111 10110 11100 1000010 101111

Color Harmonies of #C77329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77329

Black with #C77329

Text Example


Text Example

White with #C77329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77329; }

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

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

background-color css

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

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

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

border-color css

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

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

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