Html Css Color HEX #1D5728 Crusoe

📋 copy color: '#1D5728'

red 29 ◦ green 87 ◦ blue 40

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

Shades of Crusoe #1D5728

Tints of Crusoe #1D5728

RGB

 RED value IS 29 (11.72% from 255) = 18.59%

 GREEN value IS 87 (34.38% from 255) = 55.77%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 18.59%
G = 55.77%
B = 25.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#1D5728 (or 0x1D5728) is known color: Crusoe. HEX triplet: 1D, 57 and 28. RGB value is (29,87,40). Sum of RGB (Red+Green+Blue) = 29+87+40=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #1D5728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5728 is #E2A8D7. Grayscale: #404040. Windows color (decimal): -14854360 or 2643741. OLE color: 2643741.

HSL color Cylindrical-coordinate representation of color #1D5728: hue angle of 131.38º 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 #1D5728 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 87 40 -
CMYK 0.67 0 0.54 0.66
HSL 131.38º 0.5% 0.23% -
HSV(B) 131.38º 0.67% 0.34% -
XYZ 4.3 7.23 3.18 -
YUV 64.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 29 87 40 0.67 0 0.54 0.66 131.38 0.5 0.23
Hex 1D 57 28 43 0 36 42 83 32 17
Octal 35 127 50 103 0 66 102 203 62 27
Binary 11101 1010111 101000 1000011 0 110110 1000010 10000011 110010 10111

Color Harmonies of #1D5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5728

Black with #1D5728

Text Example


Text Example

White with #1D5728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D5728;
 }
 .AnyTagClassName
 {
   color: #1D5728;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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