Html Css Color HEX #08531B Crusoe

📋 copy color: '#08531B'

red 8 ◦ green 83 ◦ blue 27

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

Shades of Crusoe #08531B

Tints of Crusoe #08531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 6.78%
G = 70.34%
B = 22.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#08531B (or 0x08531B) is known color: Crusoe. HEX triplet: 08, 53 and 1B. RGB value is (8,83,27). Sum of RGB (Red+Green+Blue) = 8+83+27=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #08531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08531B is #F7ACE4. Grayscale: #363636. Windows color (decimal): -16231653 or 1790728. OLE color: 1790728.

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

Color convert

RGB 8 83 27 -
CMYK 0.90 0 0.67 0.67
HSL 135.2º 0.82% 0.18% -
HSV(B) 135.2º 0.9% 0.33% -
XYZ 3.39 6.32 2.08 -
YUV 54.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 8 83 27 0.90 0 0.67 0.67 135.2 0.82 0.18
Hex 8 53 1B 5A 0 43 43 87 52 12
Octal 10 123 33 132 0 103 103 207 122 22
Binary 1000 1010011 11011 1011010 0 1000011 1000011 10000111 1010010 10010

Color Harmonies of #08531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08531B

Black with #08531B

Text Example


Text Example

White with #08531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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