Html Css Color HEX #C77024 Ochre

📋 copy color: '#C77024'

red 199 ◦ green 112 ◦ blue 36

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

Shades of Ochre #C77024

Tints of Ochre #C77024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 57.35%
G = 32.28%
B = 10.37%

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

#C77024 (or 0xC77024) is known color: Ochre. HEX triplet: C7, 70 and 24. RGB value is (199,112,36). Sum of RGB (Red+Green+Blue) = 199+112+36=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C77024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77024 is #388FDB. Grayscale: #818181. Windows color (decimal): -3706844 or 2388167. OLE color: 2388167.

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

Color convert

RGB 199 112 36 -
CMYK 0 0.44 0.82 0.22
HSL 27.98º 0.69% 0.46% -
HSV(B) 27.98º 0.82% 0.78% -
XYZ 29.67 23.86 4.71 -
YUV 129.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 199 112 36 0 0.44 0.82 0.22 27.98 0.69 0.46
Hex C7 70 24 0 2C 52 16 1C 45 2E
Octal 307 160 44 0 54 122 26 34 105 56
Binary 11000111 1110000 100100 0 101100 1010010 10110 11100 1000101 101110

Color Harmonies of #C77024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77024

Black with #C77024

Text Example


Text Example

White with #C77024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77024; }

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

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

background-color css

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

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

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

border-color css

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

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

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