Html Css Color HEX #085319 Crusoe

📋 copy color: '#085319'

red 8 ◦ green 83 ◦ blue 25

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

Shades of Crusoe #085319

Tints of Crusoe #085319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 6.9%
G = 71.55%
B = 21.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#085319 (or 0x085319) is known color: Crusoe. HEX triplet: 08, 53 and 19. RGB value is (8,83,25). Sum of RGB (Red+Green+Blue) = 8+83+25=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #085319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085319 is #F7ACE6. Grayscale: #363636. Windows color (decimal): -16231655 or 1659656. OLE color: 1659656.

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

Color convert

RGB 8 83 25 -
CMYK 0.90 0 0.70 0.67
HSL 133.6º 0.82% 0.18% -
HSV(B) 133.6º 0.9% 0.33% -
XYZ 3.37 6.31 1.96 -
YUV 53.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 8 83 25 0.90 0 0.70 0.67 133.6 0.82 0.18
Hex 8 53 19 5A 0 46 43 86 52 12
Octal 10 123 31 132 0 106 103 206 122 22
Binary 1000 1010011 11001 1011010 0 1000110 1000011 10000110 1010010 10010

Color Harmonies of #085319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085319

Black with #085319

Text Example


Text Example

White with #085319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085319; }

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

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

background-color css

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

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

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

border-color css

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

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

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