#0E531D

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

Shades of Crusoe #0E531D

Tints of Crusoe #0E531D

Color information

#0E531D (or 0x0E531D) is unknown color: approx Crusoe. HEX triplet: 0E, 53 and 1D. RGB value is (14,83,29). Sum of RGB (Red+Green+Blue) = 14+83+29=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #0E531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E531D is #F1ACE2. Grayscale: #383838. Windows color (decimal): -15838435 or 1921806. OLE color: 1921806.

HSL color Cylindrical-coordinate representation of color #0E531D: hue angle of 133.04º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E531D is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB148329-
CMYK0.8300.650.67
HSL133.04º71.13%19.02%-
HSV(B)133.04º83.13%32.55%-
XYZ3.56.372.21-
YUV56.21112.6497.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.11%
GREEN value IS 83 (32.81% from 255) = 65.87%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=11.11%
G=65.87%
B=23.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483290.8300.650.67133.0471.1319.02
HexE531D5304143854713
Octal1612335123010110320510723
Binary1110101001111101101001101000001100001110000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E531D; }

 p { color: rgb(14,83,29); }

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

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

 a { background-color: rgb(14,83,29); }

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

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

 span { border-color: rgb(14,83,29); }

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