Html Css Color HEX #C27024 Ochre

📋 copy color: '#C27024'

red 194 ◦ green 112 ◦ blue 36

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

Shades of Ochre #C27024

Tints of Ochre #C27024

RGB

 RED value IS 194 (76.17% from 255) = 56.73%

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

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

R = 56.73%
G = 32.75%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C27024 (or 0xC27024) is known color: Ochre. HEX triplet: C2, 70 and 24. RGB value is (194,112,36). Sum of RGB (Red+Green+Blue) = 194+112+36=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C27024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27024 is #3D8FDB. Grayscale: #808080. Windows color (decimal): -4034524 or 2388162. OLE color: 2388162.

HSL color Cylindrical-coordinate representation of color #C27024: hue angle of 28.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C27024 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 36 -
CMYK 0 0.42 0.81 0.24
HSL 28.86º 0.69% 0.45% -
HSV(B) 28.86º 0.81% 0.76% -
XYZ 28.36 23.19 4.65 -
YUV 127.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 194 112 36 0 0.42 0.81 0.24 28.86 0.69 0.45
Hex C2 70 24 0 2A 51 18 1D 45 2D
Octal 302 160 44 0 52 121 30 35 105 55
Binary 11000010 1110000 100100 0 101010 1010001 11000 11101 1000101 101101

Color Harmonies of #C27024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27024

Black with #C27024

Text Example


Text Example

White with #C27024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27024; }

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

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

background-color css

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

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

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

border-color css

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

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

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