#c17c1e

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

Shades of Ochre #C17C1E

Tints of Ochre #C17C1E

Color information

#C17C1E (or 0xC17C1E) is unknown color: approx Ochre. HEX triplet: C1, 7C and 1E. RGB value is (193,124,30). Sum of RGB (Red+Green+Blue) = 193+124+30=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C1E is #3E83E1. Grayscale: #868686. Windows color (decimal): -4096994 or 1998017. OLE color: 1998017.

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

Color convert

RGB19312430-
CMYK00.360.840.24
HSL34.6º73.09%43.73%-
HSV(B)34.6º84.46%75.69%-
XYZ29.4325.854.67-
YUV133.9269.36170.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=55.62%
G=35.73%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931243000.360.840.2434.673.0943.73
HexC17C1E024541823492c
Octal30117436044124304311154
Binary1100000111111001111001001001010100110001000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17c1e; }

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

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

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

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

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

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

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

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