Html Css Color HEX #085320 Crusoe

📋 copy color: '#085320'

red 8 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #085320

Tints of Crusoe #085320

RGB

 RED value IS 8 (3.52% from 255) = 6.5%

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

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

R = 6.5%
G = 67.48%
B = 26.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#085320 (or 0x085320) is known color: Crusoe. HEX triplet: 08, 53 and 20. RGB value is (8,83,32). Sum of RGB (Red+Green+Blue) = 8+83+32=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #085320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085320 is #F7ACDF. Grayscale: #363636. Windows color (decimal): -16231648 or 2118408. OLE color: 2118408.

HSL color Cylindrical-coordinate representation of color #085320: hue angle of 139.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085320 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 32 -
CMYK 0.90 0 0.61 0.67
HSL 139.2º 0.82% 0.18% -
HSV(B) 139.2º 0.9% 0.33% -
XYZ 3.45 6.34 2.41 -
YUV 54.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 8 83 32 0.90 0 0.61 0.67 139.2 0.82 0.18
Hex 8 53 20 5A 0 3D 43 8B 52 12
Octal 10 123 40 132 0 75 103 213 122 22
Binary 1000 1010011 100000 1011010 0 111101 1000011 10001011 1010010 10010

Color Harmonies of #085320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085320

Black with #085320

Text Example


Text Example

White with #085320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085320; }

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

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

background-color css

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

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

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

border-color css

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

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

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