#C1791E

Color #C1791E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C1791E

Tints of Ochre #C1791E

Color information

#C1791E (or 0xC1791E) is unknown color: approx Ochre. HEX triplet: C1, 79 and 1E. RGB value is (193,121,30). Sum of RGB (Red+Green+Blue) = 193+121+30=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1791E is #3E86E1. Grayscale: #848484. Windows color (decimal): -4097762 or 1997249. OLE color: 1997249.

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

Color convert

RGB19312130-
CMYK00.370.840.24
HSL33.5º73.09%43.73%-
HSV(B)33.5º84.46%75.69%-
XYZ29.0625.114.54-
YUV132.1570.35171.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.10%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=56.10%
G=35.17%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931213000.370.840.2433.573.0943.73
HexC1791E025541821492c
Octal30117136045124304111154
Binary1100000111110011111001001011010100110001000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1791E; }

 p { color: rgb(193,121,30); }

 H1.HeaderClassName
 {
   color: #C1791E;
 }
 .AnyTagClassName
 {
   color: #C1791E;
 }
</style>
background-color css

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

 a { background-color: rgb(193,121,30); }

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

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

 span { border-color: rgb(193,121,30); }

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