#1D5727

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

Shades of Crusoe #1D5727

Tints of Crusoe #1D5727

Color information

#1D5727 (or 0x1D5727) is unknown color: approx Crusoe. HEX triplet: 1D, 57 and 27. RGB value is (29,87,39). Sum of RGB (Red+Green+Blue) = 29+87+39=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #1D5727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5727 is #E2A8D8. Grayscale: #404040. Windows color (decimal): -14854361 or 2578205. OLE color: 2578205.

HSL color Cylindrical-coordinate representation of color #1D5727: hue angle of 130.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5727 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB298739-
CMYK0.6700.550.66
HSL130.34º50%22.75%-
HSV(B)130.34º66.67%34.12%-
XYZ4.287.223.09-
YUV64.19113.78102.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=18.71%
G=56.13%
B=25.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2987390.6700.550.66130.345022.75
Hex1D57274303742823217
Octal35127471030671022026227
Binary1110110101111001111000011011011110000101000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5727; }

 p { color: rgb(29,87,39); }

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

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

 a { background-color: rgb(29,87,39); }

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

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

 span { border-color: rgb(29,87,39); }

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