#C1781E

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

Shades of Ochre #C1781E

Tints of Ochre #C1781E

Color information

#C1781E (or 0xC1781E) is unknown color: approx Ochre. HEX triplet: C1, 78 and 1E. RGB value is (193,120,30). Sum of RGB (Red+Green+Blue) = 193+120+30=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781E is #3E87E1. Grayscale: #848484. Windows color (decimal): -4098018 or 1996993. OLE color: 1996993.

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

Color convert

RGB19312030-
CMYK00.380.840.24
HSL33.13º73.09%43.73%-
HSV(B)33.13º84.46%75.69%-
XYZ28.9424.864.5-
YUV131.5770.68171.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=56.27%
G=34.99%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931203000.380.840.2433.1373.0943.73
HexC1781E026541821492c
Octal30117036046124304111154
Binary1100000111110001111001001101010100110001000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1781E; }

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

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

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

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

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

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

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

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