Html Css Color HEX #053411 Deep Fir

📋 copy color: '#053411'

red 5 ◦ green 52 ◦ blue 17

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

Shades of Deep Fir #053411

Tints of Deep Fir #053411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 70.27%

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

R = 6.76%
G = 70.27%
B = 22.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#053411 (or 0x053411) is known color: Deep Fir. HEX triplet: 05, 34 and 11. RGB value is (5,52,17). Sum of RGB (Red+Green+Blue) = 5+52+17=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #053411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053411 is #FACBEE. Grayscale: #222222. Windows color (decimal): -16436207 or 1127429. OLE color: 1127429.

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

Color convert

RGB 5 52 17 -
CMYK 0.90 0 0.67 0.80
HSL 135.32º 0.82% 0.11% -
HSV(B) 135.32º 0.9% 0.2% -
XYZ 1.39 2.53 0.95 -
YUV 33.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 5 52 17 0.90 0 0.67 0.80 135.32 0.82 0.11
Hex 5 34 11 5A 0 43 50 87 52 B
Octal 5 64 21 132 0 103 120 207 122 13
Binary 101 110100 10001 1011010 0 1000011 1010000 10000111 1010010 1011

Color Harmonies of #053411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053411

Black with #053411

Text Example


Text Example

White with #053411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053411; }

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

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

background-color css

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

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

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

border-color css

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

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

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