Html Css Color HEX #C27620 Ochre

📋 copy color: '#C27620'

red 194 ◦ green 118 ◦ blue 32

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

Shades of Ochre #C27620

Tints of Ochre #C27620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 56.4%
G = 34.3%
B = 9.3%

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

#C27620 (or 0xC27620) is known color: Ochre. HEX triplet: C2, 76 and 20. RGB value is (194,118,32). Sum of RGB (Red+Green+Blue) = 194+118+32=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C27620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27620 is #3D89DF. Grayscale: #838383. Windows color (decimal): -4032992 or 2127554. OLE color: 2127554.

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

Color convert

RGB 194 118 32 -
CMYK 0 0.39 0.84 0.24
HSL 31.85º 0.72% 0.44% -
HSV(B) 31.85º 0.84% 0.76% -
XYZ 28.99 24.53 4.57 -
YUV 130.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 194 118 32 0 0.39 0.84 0.24 31.85 0.72 0.44
Hex C2 76 20 0 27 54 18 20 48 2C
Octal 302 166 40 0 47 124 30 40 110 54
Binary 11000010 1110110 100000 0 100111 1010100 11000 100000 1001000 101100

Color Harmonies of #C27620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27620

Black with #C27620

Text Example


Text Example

White with #C27620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27620; }

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

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

background-color css

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

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

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

border-color css

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

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

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