Html Css Color HEX #08531D Crusoe

📋 copy color: '#08531D'

red 8 ◦ green 83 ◦ blue 29

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

Shades of Crusoe #08531D

Tints of Crusoe #08531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 6.67%
G = 69.17%
B = 24.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#08531D (or 0x08531D) is known color: Crusoe. HEX triplet: 08, 53 and 1D. RGB value is (8,83,29). Sum of RGB (Red+Green+Blue) = 8+83+29=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #08531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08531D is #F7ACE2. Grayscale: #363636. Windows color (decimal): -16231651 or 1921800. OLE color: 1921800.

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

Color convert

RGB 8 83 29 -
CMYK 0.90 0 0.65 0.67
HSL 136.8º 0.82% 0.18% -
HSV(B) 136.8º 0.9% 0.33% -
XYZ 3.42 6.33 2.2 -
YUV 54.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 8 83 29 0.90 0 0.65 0.67 136.8 0.82 0.18
Hex 8 53 1D 5A 0 41 43 89 52 12
Octal 10 123 35 132 0 101 103 211 122 22
Binary 1000 1010011 11101 1011010 0 1000001 1000011 10001001 1010010 10010

Color Harmonies of #08531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08531D

Black with #08531D

Text Example


Text Example

White with #08531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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