Html Css Color HEX #08531E Crusoe

📋 copy color: '#08531E'

red 8 ◦ green 83 ◦ blue 30

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

Shades of Crusoe #08531E

Tints of Crusoe #08531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 6.61%
G = 68.6%
B = 24.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#08531E (or 0x08531E) is known color: Crusoe. HEX triplet: 08, 53 and 1E. RGB value is (8,83,30). Sum of RGB (Red+Green+Blue) = 8+83+30=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #08531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08531E is #F7ACE1. Grayscale: #363636. Windows color (decimal): -16231650 or 1987336. OLE color: 1987336.

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

Color convert

RGB 8 83 30 -
CMYK 0.90 0 0.64 0.67
HSL 137.6º 0.82% 0.18% -
HSV(B) 137.6º 0.9% 0.33% -
XYZ 3.43 6.33 2.27 -
YUV 54.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 8 83 30 0.90 0 0.64 0.67 137.6 0.82 0.18
Hex 8 53 1E 5A 0 40 43 8A 52 12
Octal 10 123 36 132 0 100 103 212 122 22
Binary 1000 1010011 11110 1011010 0 1000000 1000011 10001010 1010010 10010

Color Harmonies of #08531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08531E

Black with #08531E

Text Example


Text Example

White with #08531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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