Html Css Color HEX #08541B Crusoe

📋 copy color: '#08541B'

red 8 ◦ green 84 ◦ blue 27

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

Shades of Crusoe #08541B

Tints of Crusoe #08541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 70.59%

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

R = 6.72%
G = 70.59%
B = 22.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#08541B (or 0x08541B) is known color: Crusoe. HEX triplet: 08, 54 and 1B. RGB value is (8,84,27). Sum of RGB (Red+Green+Blue) = 8+84+27=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #08541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08541B is #F7ABE4. Grayscale: #363636. Windows color (decimal): -16231397 or 1790984. OLE color: 1790984.

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

Color convert

RGB 8 84 27 -
CMYK 0.90 0 0.68 0.67
HSL 135º 0.83% 0.18% -
HSV(B) 135º 0.9% 0.33% -
XYZ 3.47 6.47 2.1 -
YUV 54.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 8 84 27 0.90 0 0.68 0.67 135 0.83 0.18
Hex 8 54 1B 5A 0 44 43 87 53 12
Octal 10 124 33 132 0 104 103 207 123 22
Binary 1000 1010100 11011 1011010 0 1000100 1000011 10000111 1010011 10010

Color Harmonies of #08541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08541B

Black with #08541B

Text Example


Text Example

White with #08541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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