Html Css Color HEX #085323 Crusoe

📋 copy color: '#085323'

red 8 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #085323

Tints of Crusoe #085323

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 value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#085323 (or 0x085323) is known color: 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

RGB 8 83 35 -
CMYK 0.90 0 0.58 0.67
HSL 141.6º 0.82% 0.18% -
HSV(B) 141.6º 0.9% 0.33% -
XYZ 3.5 6.36 2.63 -
YUV 55.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 8 83 35 0.90 0 0.58 0.67 141.6 0.82 0.18
Hex 8 53 23 5A 0 3A 43 8E 52 12
Octal 10 123 43 132 0 72 103 216 122 22
Binary 1000 1010011 100011 1011010 0 111010 1000011 10001110 1010010 10010

Color Harmonies of #085323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085323

Black with #085323

Text Example


Text Example

White with #085323

Text Example


Text Example

HTML Codes & Css Web 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>