Html Css Color HEX #053413 Deep Fir

📋 copy color: '#053413'

red 5 ◦ green 52 ◦ blue 19

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

Shades of Deep Fir #053413

Tints of Deep Fir #053413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 6.58%
G = 68.42%
B = 25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#053413 (or 0x053413) is known color: Deep Fir. HEX triplet: 05, 34 and 13. RGB value is (5,52,19). Sum of RGB (Red+Green+Blue) = 5+52+19=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #053413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053413 is #FACBEC. Grayscale: #222222. Windows color (decimal): -16436205 or 1258501. OLE color: 1258501.

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

Color convert

RGB 5 52 19 -
CMYK 0.90 0 0.63 0.80
HSL 137.87º 0.82% 0.11% -
HSV(B) 137.87º 0.9% 0.2% -
XYZ 1.41 2.54 1.03 -
YUV 34.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 5 52 19 0.90 0 0.63 0.80 137.87 0.82 0.11
Hex 5 34 13 5A 0 3F 50 8A 52 B
Octal 5 64 23 132 0 77 120 212 122 13
Binary 101 110100 10011 1011010 0 111111 1010000 10001010 1010010 1011

Color Harmonies of #053413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053413

Black with #053413

Text Example


Text Example

White with #053413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053413; }

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

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

background-color css

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

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

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

border-color css

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

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

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