#085323

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

Shades of Crusoe #085323

Tints of Crusoe #085323

Color information

#085323 (or 0x085323) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 23. RGB value is (8,83,35). Sum of RGB (Red+Green+Blue) = 8+83+35=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #085323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085323 is #F7ACDC. Grayscale: #373737. Windows color (decimal): -16231645 or 2315016. OLE color: 2315016.

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

Color convert

RGB88335-
CMYK0.9000.580.67
HSL141.6º82.42%17.84%-
HSV(B)141.6º90.36%32.55%-
XYZ3.56.362.63-
YUV55.1116.6594.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 83 (32.81% from 255) = 65.87%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=6.35%
G=65.87%
B=27.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883350.9000.580.67141.682.4217.84
Hex853235A03A438e5212
Octal101234313207210321612222
Binary1000101001110001110110100111010100001110001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085323; }

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

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

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

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

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

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

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

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