Html Css Color HEX #015820 Crusoe

📋 copy color: '#015820'

red 1 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #015820

Tints of Crusoe #015820

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 88 (34.77% from 255) = 72.73%

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

R = 0.83%
G = 72.73%
B = 26.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#015820 (or 0x015820) is known color: Crusoe. HEX triplet: 01, 58 and 20. RGB value is (1,88,32). Sum of RGB (Red+Green+Blue) = 1+88+32=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 88 (34.77% from 255 or 72.73% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 88 - color contains mainly: green. Hex color #015820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015820 is #FEA7DF. Grayscale: #373737. Windows color (decimal): -16689120 or 2119681. OLE color: 2119681.

HSL color Cylindrical-coordinate representation of color #015820: hue angle of 141.38º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015820 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 88 32 -
CMYK 0.99 0 0.64 0.65
HSL 141.38º 0.98% 0.17% -
HSV(B) 141.38º 0.99% 0.35% -
XYZ 3.76 7.09 2.54 -
YUV 55.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 1 88 32 0.99 0 0.64 0.65 141.38 0.98 0.17
Hex 1 58 20 63 0 40 41 8D 62 11
Octal 1 130 40 143 0 100 101 215 142 21
Binary 1 1011000 100000 1100011 0 1000000 1000001 10001101 1100010 10001

Color Harmonies of #015820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015820

Black with #015820

Text Example


Text Example

White with #015820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015820; }

 p { color: rgb(1,88,32); }

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

background-color css

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

 a { background-color: rgb(1,88,32); }

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

border-color css

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

 span { border-color: rgb(1,88,32); }

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