Html Css Color HEX #C27020 Ochre

📋 copy color: '#C27020'

red 194 ◦ green 112 ◦ blue 32

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

Shades of Ochre #C27020

Tints of Ochre #C27020

RGB

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

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

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

R = 57.4%
G = 33.14%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C27020 (or 0xC27020) is known color: Ochre. HEX triplet: C2, 70 and 20. RGB value is (194,112,32). Sum of RGB (Red+Green+Blue) = 194+112+32=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C27020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27020 is #3D8FDF. Grayscale: #7F7F7F. Windows color (decimal): -4034528 or 2126018. OLE color: 2126018.

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

Color convert

RGB 194 112 32 -
CMYK 0 0.42 0.84 0.24
HSL 29.63º 0.72% 0.44% -
HSV(B) 29.63º 0.84% 0.76% -
XYZ 28.3 23.16 4.35 -
YUV 127.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 194 112 32 0 0.42 0.84 0.24 29.63 0.72 0.44
Hex C2 70 20 0 2A 54 18 1E 48 2C
Octal 302 160 40 0 52 124 30 36 110 54
Binary 11000010 1110000 100000 0 101010 1010100 11000 11110 1001000 101100

Color Harmonies of #C27020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27020

Black with #C27020

Text Example


Text Example

White with #C27020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27020; }

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

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

background-color css

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

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

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

border-color css

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

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

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