#C17E1D

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

Shades of Ochre #C17E1D

Tints of Ochre #C17E1D

Color information

#C17E1D (or 0xC17E1D) is unknown color: approx Ochre. HEX triplet: C1, 7E and 1D. RGB value is (193,126,29). Sum of RGB (Red+Green+Blue) = 193+126+29=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E1D is #3E81E2. Grayscale: #878787. Windows color (decimal): -4096483 or 1932993. OLE color: 1932993.

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

Color convert

RGB19312629-
CMYK00.350.850.24
HSL35.49º73.87%43.53%-
HSV(B)35.49º84.97%75.69%-
XYZ29.6726.354.68-
YUV134.9868.2169.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=55.46%
G=36.21%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931262900.350.850.2435.4973.8743.53
HexC17E1D0235518234a2c
Octal30117635043125304311254
Binary1100000111111101110101000111010101110001000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E1D; }

 p { color: rgb(193,126,29); }

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

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

 a { background-color: rgb(193,126,29); }

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

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

 span { border-color: rgb(193,126,29); }

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