Html Css Color HEX #053211 Deep Fir

📋 copy color: '#053211'

red 5 ◦ green 50 ◦ blue 17

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

Shades of Deep Fir #053211

Tints of Deep Fir #053211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 69.44%

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

R = 6.94%
G = 69.44%
B = 23.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#053211 (or 0x053211) is known color: Deep Fir. HEX triplet: 05, 32 and 11. RGB value is (5,50,17). Sum of RGB (Red+Green+Blue) = 5+50+17=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #053211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053211 is #FACDEE. Grayscale: #202020. Windows color (decimal): -16436719 or 1126917. OLE color: 1126917.

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

Color convert

RGB 5 50 17 -
CMYK 0.90 0 0.66 0.80
HSL 136º 0.82% 0.11% -
HSV(B) 136º 0.9% 0.2% -
XYZ 1.3 2.35 0.92 -
YUV 32.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 5 50 17 0.90 0 0.66 0.80 136 0.82 0.11
Hex 5 32 11 5A 0 42 50 88 52 B
Octal 5 62 21 132 0 102 120 210 122 13
Binary 101 110010 10001 1011010 0 1000010 1010000 10001000 1010010 1011

Color Harmonies of #053211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053211

Black with #053211

Text Example


Text Example

White with #053211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053211; }

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

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

background-color css

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

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

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

border-color css

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

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

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