Html Css Color HEX #C27720 Ochre

📋 copy color: '#C27720'

red 194 ◦ green 119 ◦ blue 32

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

Shades of Ochre #C27720

Tints of Ochre #C27720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 56.23%
G = 34.49%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C27720 (or 0xC27720) is known color: Ochre. HEX triplet: C2, 77 and 20. RGB value is (194,119,32). Sum of RGB (Red+Green+Blue) = 194+119+32=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C27720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27720 is #3D88DF. Grayscale: #838383. Windows color (decimal): -4032736 or 2127810. OLE color: 2127810.

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

Color convert

RGB 194 119 32 -
CMYK 0 0.39 0.84 0.24
HSL 32.22º 0.72% 0.44% -
HSV(B) 32.22º 0.84% 0.76% -
XYZ 29.11 24.77 4.61 -
YUV 131.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 194 119 32 0 0.39 0.84 0.24 32.22 0.72 0.44
Hex C2 77 20 0 27 54 18 20 48 2C
Octal 302 167 40 0 47 124 30 40 110 54
Binary 11000010 1110111 100000 0 100111 1010100 11000 100000 1001000 101100

Color Harmonies of #C27720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27720

Black with #C27720

Text Example


Text Example

White with #C27720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27720; }

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

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

background-color css

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

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

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

border-color css

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

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

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