Html Css Color HEX #085817 Crusoe

📋 copy color: '#085817'

red 8 ◦ green 88 ◦ blue 23

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

Shades of Crusoe #085817

Tints of Crusoe #085817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 73.95%

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 6.72%
G = 73.95%
B = 19.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#085817 (or 0x085817) is known color: Crusoe. HEX triplet: 08, 58 and 17. RGB value is (8,88,23). Sum of RGB (Red+Green+Blue) = 8+88+23=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #085817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085817 is #F7A7E8. Grayscale: #383838. Windows color (decimal): -16230377 or 1529864. OLE color: 1529864.

HSL color Cylindrical-coordinate representation of color #085817: hue angle of 131.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085817 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 23 -
CMYK 0.91 0 0.74 0.65
HSL 131.25º 0.83% 0.19% -
HSV(B) 131.25º 0.91% 0.35% -
XYZ 3.74 7.09 1.98 -
YUV 56.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 8 88 23 0.91 0 0.74 0.65 131.25 0.83 0.19
Hex 8 58 17 5B 0 4A 41 83 53 13
Octal 10 130 27 133 0 112 101 203 123 23
Binary 1000 1011000 10111 1011011 0 1001010 1000001 10000011 1010011 10011

Color Harmonies of #085817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085817

Black with #085817

Text Example


Text Example

White with #085817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085817; }

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

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

background-color css

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

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

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

border-color css

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

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

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