Html Css Color HEX #C27820 Ochre

📋 copy color: '#C27820'

red 194 ◦ green 120 ◦ blue 32

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

Shades of Ochre #C27820

Tints of Ochre #C27820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 56.07%
G = 34.68%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C27820 (or 0xC27820) is known color: Ochre. HEX triplet: C2, 78 and 20. RGB value is (194,120,32). Sum of RGB (Red+Green+Blue) = 194+120+32=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C27820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27820 is #3D87DF. Grayscale: #848484. Windows color (decimal): -4032480 or 2128066. OLE color: 2128066.

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

Color convert

RGB 194 120 32 -
CMYK 0 0.38 0.84 0.24
HSL 32.59º 0.72% 0.44% -
HSV(B) 32.59º 0.84% 0.76% -
XYZ 29.23 25.01 4.65 -
YUV 132.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 194 120 32 0 0.38 0.84 0.24 32.59 0.72 0.44
Hex C2 78 20 0 26 54 18 21 48 2C
Octal 302 170 40 0 46 124 30 41 110 54
Binary 11000010 1111000 100000 0 100110 1010100 11000 100001 1001000 101100

Color Harmonies of #C27820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27820

Black with #C27820

Text Example


Text Example

White with #C27820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27820; }

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

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

background-color css

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

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

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

border-color css

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

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

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