Html Css Color HEX #C27320 Ochre

📋 copy color: '#C27320'

red 194 ◦ green 115 ◦ blue 32

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

Shades of Ochre #C27320

Tints of Ochre #C27320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 56.89%
G = 33.72%
B = 9.38%

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

#C27320 (or 0xC27320) is known color: Ochre. HEX triplet: C2, 73 and 20. RGB value is (194,115,32). Sum of RGB (Red+Green+Blue) = 194+115+32=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C27320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27320 is #3D8CDF. Grayscale: #818181. Windows color (decimal): -4033760 or 2126786. OLE color: 2126786.

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

Color convert

RGB 194 115 32 -
CMYK 0 0.41 0.84 0.24
HSL 30.74º 0.72% 0.44% -
HSV(B) 30.74º 0.84% 0.76% -
XYZ 28.64 23.84 4.46 -
YUV 129.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 194 115 32 0 0.41 0.84 0.24 30.74 0.72 0.44
Hex C2 73 20 0 29 54 18 1F 48 2C
Octal 302 163 40 0 51 124 30 37 110 54
Binary 11000010 1110011 100000 0 101001 1010100 11000 11111 1001000 101100

Color Harmonies of #C27320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27320

Black with #C27320

Text Example


Text Example

White with #C27320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27320; }

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

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

background-color css

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

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

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

border-color css

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

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

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