Html Css Color HEX #C27220 Ochre

📋 copy color: '#C27220'

red 194 ◦ green 114 ◦ blue 32

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

Shades of Ochre #C27220

Tints of Ochre #C27220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 57.06%
G = 33.53%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C27220 (or 0xC27220) is known color: Ochre. HEX triplet: C2, 72 and 20. RGB value is (194,114,32). Sum of RGB (Red+Green+Blue) = 194+114+32=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C27220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27220 is #3D8DDF. Grayscale: #808080. Windows color (decimal): -4034016 or 2126530. OLE color: 2126530.

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

Color convert

RGB 194 114 32 -
CMYK 0 0.41 0.84 0.24
HSL 30.37º 0.72% 0.44% -
HSV(B) 30.37º 0.84% 0.76% -
XYZ 28.53 23.61 4.42 -
YUV 128.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 194 114 32 0 0.41 0.84 0.24 30.37 0.72 0.44
Hex C2 72 20 0 29 54 18 1E 48 2C
Octal 302 162 40 0 51 124 30 36 110 54
Binary 11000010 1110010 100000 0 101001 1010100 11000 11110 1001000 101100

Color Harmonies of #C27220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27220

Black with #C27220

Text Example


Text Example

White with #C27220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27220; }

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

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

background-color css

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

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

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

border-color css

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

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

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