Html Css Color HEX #0E5521 Crusoe

📋 copy color: '#0E5521'

red 14 ◦ green 85 ◦ blue 33

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

Shades of Crusoe #0E5521

Tints of Crusoe #0E5521

RGB

 RED value IS 14 (5.86% from 255) = 10.61%

 GREEN value IS 85 (33.59% from 255) = 64.39%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 10.61%
G = 64.39%
B = 25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#0E5521 (or 0x0E5521) is known color: Crusoe. HEX triplet: 0E, 55 and 21. RGB value is (14,85,33). Sum of RGB (Red+Green+Blue) = 14+85+33=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5521 is #F1AADE. Grayscale: #393939. Windows color (decimal): -15837919 or 2184462. OLE color: 2184462.

HSL color Cylindrical-coordinate representation of color #0E5521: hue angle of 136.06º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5521 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 85 33 -
CMYK 0.84 0 0.61 0.67
HSL 136.06º 0.72% 0.19% -
HSV(B) 136.06º 0.84% 0.33% -
XYZ 3.7 6.7 2.54 -
YUV 57.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 14 85 33 0.84 0 0.61 0.67 136.06 0.72 0.19
Hex E 55 21 54 0 3D 43 88 48 13
Octal 16 125 41 124 0 75 103 210 110 23
Binary 1110 1010101 100001 1010100 0 111101 1000011 10001000 1001000 10011

Color Harmonies of #0E5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5521

Black with #0E5521

Text Example


Text Example

White with #0E5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E5521; }

 p { color: rgb(14,85,33); }

 H1.HeaderClassName
 {
   color: #0E5521;
 }
 .AnyTagClassName
 {
   color: #0E5521;
 }
</style>

background-color css

<style>
 a { background-color: #0E5521; }

 a { background-color: rgb(14,85,33); }

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

border-color css

<style>
 span { border-color: #0E5521; }

 span { border-color: rgb(14,85,33); }

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