Html Css Color HEX #155320 Crusoe

📋 copy color: '#155320'

red 21 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #155320

Tints of Crusoe #155320

RGB

 RED value IS 21 (8.59% from 255) = 15.44%

 GREEN value IS 83 (32.81% from 255) = 61.03%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 15.44%
G = 61.03%
B = 23.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#155320 (or 0x155320) is known color: Crusoe. HEX triplet: 15, 53 and 20. RGB value is (21,83,32). Sum of RGB (Red+Green+Blue) = 21+83+32=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #155320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155320 is #EAACDF. Grayscale: #3A3A3A. Windows color (decimal): -15379680 or 2118421. OLE color: 2118421.

HSL color Cylindrical-coordinate representation of color #155320: hue angle of 130.65º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155320 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 32 -
CMYK 0.75 0 0.61 0.67
HSL 130.65º 0.6% 0.2% -
HSV(B) 130.65º 0.75% 0.33% -
XYZ 3.66 6.45 2.42 -
YUV 58.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 21 83 32 0.75 0 0.61 0.67 130.65 0.6 0.2
Hex 15 53 20 4B 0 3D 43 83 3C 14
Octal 25 123 40 113 0 75 103 203 74 24
Binary 10101 1010011 100000 1001011 0 111101 1000011 10000011 111100 10100

Color Harmonies of #155320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155320

Black with #155320

Text Example


Text Example

White with #155320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155320; }

 p { color: rgb(21,83,32); }

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

background-color css

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

 a { background-color: rgb(21,83,32); }

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

border-color css

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

 span { border-color: rgb(21,83,32); }

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