Html Css Color HEX #C77124 Ochre

📋 copy color: '#C77124'

red 199 ◦ green 113 ◦ blue 36

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

Shades of Ochre #C77124

Tints of Ochre #C77124

RGB

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

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

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

R = 57.18%
G = 32.47%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C77124 (or 0xC77124) is known color: Ochre. HEX triplet: C7, 71 and 24. RGB value is (199,113,36). Sum of RGB (Red+Green+Blue) = 199+113+36=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C77124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77124 is #388EDB. Grayscale: #828282. Windows color (decimal): -3706588 or 2388423. OLE color: 2388423.

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

Color convert

RGB 199 113 36 -
CMYK 0 0.43 0.82 0.22
HSL 28.34º 0.69% 0.46% -
HSV(B) 28.34º 0.82% 0.78% -
XYZ 29.78 24.08 4.75 -
YUV 129.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 199 113 36 0 0.43 0.82 0.22 28.34 0.69 0.46
Hex C7 71 24 0 2B 52 16 1C 45 2E
Octal 307 161 44 0 53 122 26 34 105 56
Binary 11000111 1110001 100100 0 101011 1010010 10110 11100 1000101 101110

Color Harmonies of #C77124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77124

Black with #C77124

Text Example


Text Example

White with #C77124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77124; }

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

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

background-color css

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

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

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

border-color css

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

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

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