Html Css Color HEX #053311 Deep Fir

📋 copy color: '#053311'

red 5 ◦ green 51 ◦ blue 17

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

Shades of Deep Fir #053311

Tints of Deep Fir #053311

RGB

 RED value IS 5 (2.34% from 255) = 6.85%

 GREEN value IS 51 (20.31% from 255) = 69.86%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 6.85%
G = 69.86%
B = 23.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#053311 (or 0x053311) is known color: Deep Fir. HEX triplet: 05, 33 and 11. RGB value is (5,51,17). Sum of RGB (Red+Green+Blue) = 5+51+17=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #053311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053311 is #FACCEE. Grayscale: #212121. Windows color (decimal): -16436463 or 1127173. OLE color: 1127173.

HSL color Cylindrical-coordinate representation of color #053311: hue angle of 135.65º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053311 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 17 -
CMYK 0.90 0 0.67 0.8
HSL 135.65º 0.82% 0.11% -
HSV(B) 135.65º 0.9% 0.2% -
XYZ 1.35 2.44 0.93 -
YUV 33.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 5 51 17 0.90 0 0.67 0.8 135.65 0.82 0.11
Hex 5 33 11 5A 0 43 50 88 52 B
Octal 5 63 21 132 0 103 120 210 122 13
Binary 101 110011 10001 1011010 0 1000011 1010000 10001000 1010010 1011

Color Harmonies of #053311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053311

Black with #053311

Text Example


Text Example

White with #053311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053311; }

 p { color: rgb(5,51,17); }

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

background-color css

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

 a { background-color: rgb(5,51,17); }

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

border-color css

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

 span { border-color: rgb(5,51,17); }

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