Html Css Color HEX #1D5727 Crusoe

📋 copy color: '#1D5727'

red 29 ◦ green 87 ◦ blue 39

#1D5727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #1D5727

Tints of Crusoe #1D5727

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.63% from 255) = 25.16%

R = 18.71%
G = 56.13%
B = 25.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#1D5727 (or 0x1D5727) is known color: 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

RGB 29 87 39 -
CMYK 0.67 0 0.55 0.66
HSL 130.34º 0.5% 0.23% -
HSV(B) 130.34º 0.67% 0.34% -
XYZ 4.28 7.22 3.09 -
YUV 64.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 29 87 39 0.67 0 0.55 0.66 130.34 0.5 0.23
Hex 1D 57 27 43 0 37 42 82 32 17
Octal 35 127 47 103 0 67 102 202 62 27
Binary 11101 1010111 100111 1000011 0 110111 1000010 10000010 110010 10111

Color Harmonies of #1D5727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5727

Black with #1D5727

Text Example


Text Example

White with #1D5727

Text Example


Text Example

HTML Codes & Css Web 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>