Html Css Color HEX #08511F Crusoe

📋 copy color: '#08511F'

red 8 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #08511F

Tints of Crusoe #08511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 67.5%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 6.67%
G = 67.5%
B = 25.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#08511F (or 0x08511F) is known color: Crusoe. HEX triplet: 08, 51 and 1F. RGB value is (8,81,31). Sum of RGB (Red+Green+Blue) = 8+81+31=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #08511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08511F is #F7AEE0. Grayscale: #353535. Windows color (decimal): -16232161 or 2052360. OLE color: 2052360.

HSL color Cylindrical-coordinate representation of color #08511F: hue angle of 138.9º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08511F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 31 -
CMYK 0.90 0 0.62 0.68
HSL 138.9º 0.82% 0.17% -
HSV(B) 138.9º 0.9% 0.32% -
XYZ 3.29 6.04 2.29 -
YUV 53.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 8 81 31 0.90 0 0.62 0.68 138.9 0.82 0.17
Hex 8 51 1F 5A 0 3E 44 8B 52 11
Octal 10 121 37 132 0 76 104 213 122 21
Binary 1000 1010001 11111 1011010 0 111110 1000100 10001011 1010010 10001

Color Harmonies of #08511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08511F

Black with #08511F

Text Example


Text Example

White with #08511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08511F; }

 p { color: rgb(8,81,31); }

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

background-color css

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

 a { background-color: rgb(8,81,31); }

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

border-color css

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

 span { border-color: rgb(8,81,31); }

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