Html Css Color HEX #085322 Crusoe

📋 copy color: '#085322'

red 8 ◦ green 83 ◦ blue 34

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

Shades of Crusoe #085322

Tints of Crusoe #085322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.2%

R = 6.4%
G = 66.4%
B = 27.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#085322 (or 0x085322) is known color: Crusoe. HEX triplet: 08, 53 and 22. RGB value is (8,83,34). Sum of RGB (Red+Green+Blue) = 8+83+34=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #085322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085322 is #F7ACDD. Grayscale: #373737. Windows color (decimal): -16231646 or 2249480. OLE color: 2249480.

HSL color Cylindrical-coordinate representation of color #085322: hue angle of 140.8º 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 #085322 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 34 -
CMYK 0.90 0 0.59 0.67
HSL 140.8º 0.82% 0.18% -
HSV(B) 140.8º 0.9% 0.33% -
XYZ 3.48 6.35 2.56 -
YUV 54.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 8 83 34 0.90 0 0.59 0.67 140.8 0.82 0.18
Hex 8 53 22 5A 0 3B 43 8D 52 12
Octal 10 123 42 132 0 73 103 215 122 22
Binary 1000 1010011 100010 1011010 0 111011 1000011 10001101 1010010 10010

Color Harmonies of #085322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085322

Black with #085322

Text Example


Text Example

White with #085322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085322; }

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

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

background-color css

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

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

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

border-color css

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

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

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