Html Css Color HEX #085316 Crusoe

📋 copy color: '#085316'

red 8 ◦ green 83 ◦ blue 22

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

Shades of Crusoe #085316

Tints of Crusoe #085316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 7.08%
G = 73.45%
B = 19.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#085316 (or 0x085316) is known color: Crusoe. HEX triplet: 08, 53 and 16. RGB value is (8,83,22). Sum of RGB (Red+Green+Blue) = 8+83+22=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #085316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085316 is #F7ACE9. Grayscale: #353535. Windows color (decimal): -16231658 or 1463048. OLE color: 1463048.

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

Color convert

RGB 8 83 22 -
CMYK 0.90 0 0.73 0.67
HSL 131.2º 0.82% 0.18% -
HSV(B) 131.2º 0.9% 0.33% -
XYZ 3.34 6.3 1.8 -
YUV 53.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 8 83 22 0.90 0 0.73 0.67 131.2 0.82 0.18
Hex 8 53 16 5A 0 49 43 83 52 12
Octal 10 123 26 132 0 111 103 203 122 22
Binary 1000 1010011 10110 1011010 0 1001001 1000011 10000011 1010010 10010

Color Harmonies of #085316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085316

Black with #085316

Text Example


Text Example

White with #085316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085316; }

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

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

background-color css

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

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

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

border-color css

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

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

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