Html Css Color HEX #C77120 Ochre

📋 copy color: '#C77120'

red 199 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C77120

Tints of Ochre #C77120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 57.85%
G = 32.85%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C77120 (or 0xC77120) is known color: Ochre. HEX triplet: C7, 71 and 20. RGB value is (199,113,32). Sum of RGB (Red+Green+Blue) = 199+113+32=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C77120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77120 is #388EDF. Grayscale: #818181. Windows color (decimal): -3706592 or 2126279. OLE color: 2126279.

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

Color convert

RGB 199 113 32 -
CMYK 0 0.43 0.84 0.22
HSL 29.1º 0.72% 0.45% -
HSV(B) 29.1º 0.84% 0.78% -
XYZ 29.72 24.06 4.44 -
YUV 129.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 199 113 32 0 0.43 0.84 0.22 29.1 0.72 0.45
Hex C7 71 20 0 2B 54 16 1D 48 2D
Octal 307 161 40 0 53 124 26 35 110 55
Binary 11000111 1110001 100000 0 101011 1010100 10110 11101 1001000 101101

Color Harmonies of #C77120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77120

Black with #C77120

Text Example


Text Example

White with #C77120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77120; }

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

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

background-color css

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

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

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

border-color css

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

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

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