#085317

Color #085317 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #085317

Tints of Crusoe #085317

Color information

#085317 (or 0x085317) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 17. RGB value is (8,83,23). Sum of RGB (Red+Green+Blue) = 8+83+23=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #085317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085317 is #F7ACE8. Grayscale: #353535. Windows color (decimal): -16231657 or 1528584. OLE color: 1528584.

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

Color convert

RGB88323-
CMYK0.9000.720.67
HSL132º82.42%17.84%-
HSV(B)132º90.36%32.55%-
XYZ3.356.31.85-
YUV53.74110.6595.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=7.02%
G=72.81%
B=20.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883230.9000.720.6713282.4217.84
Hex853175A04843845212
Octal1012327132011010320412222
Binary1000101001110111101101001001000100001110000100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085317; }

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

 H1.HeaderClassName
 {
   color: #085317;
 }
 .AnyTagClassName
 {
   color: #085317;
 }
</style>
background-color css

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

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

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

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

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

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