Html Css Color HEX #C1811C Ochre

📋 copy color: '#C1811C'

red 193 ◦ green 129 ◦ blue 28

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

Shades of Ochre #C1811C

Tints of Ochre #C1811C

RGB

 RED value IS 193 (75.78% from 255) = 55.14%

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 55.14%
G = 36.86%
B = 8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1811C (or 0xC1811C) is known color: Ochre. HEX triplet: C1, 81 and 1C. RGB value is (193,129,28). Sum of RGB (Red+Green+Blue) = 193+129+28=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1811C is #3E7EE3. Grayscale: #898989. Windows color (decimal): -4095716 or 1868225. OLE color: 1868225.

HSL color Cylindrical-coordinate representation of color #C1811C: hue angle of 36.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1811C is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 28 -
CMYK 0 0.33 0.85 0.24
HSL 36.73º 0.75% 0.43% -
HSV(B) 36.73º 0.85% 0.76% -
XYZ 30.05 27.12 4.75 -
YUV 136.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 193 129 28 0 0.33 0.85 0.24 36.73 0.75 0.43
Hex C1 81 1C 0 21 55 18 25 4B 2B
Octal 301 201 34 0 41 125 30 45 113 53
Binary 11000001 10000001 11100 0 100001 1010101 11000 100101 1001011 101011

Color Harmonies of #C1811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1811C

Black with #C1811C

Text Example


Text Example

White with #C1811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1811C; }

 p { color: rgb(193,129,28); }

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

background-color css

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

 a { background-color: rgb(193,129,28); }

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

border-color css

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

 span { border-color: rgb(193,129,28); }

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