Html Css Color HEX #053513 Deep Fir

📋 copy color: '#053513'

red 5 ◦ green 53 ◦ blue 19

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

Shades of Deep Fir #053513

Tints of Deep Fir #053513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 68.83%

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

R = 6.49%
G = 68.83%
B = 24.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#053513 (or 0x053513) is known color: Deep Fir. HEX triplet: 05, 35 and 13. RGB value is (5,53,19). Sum of RGB (Red+Green+Blue) = 5+53+19=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #053513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053513 is #FACAEC. Grayscale: #222222. Windows color (decimal): -16435949 or 1258757. OLE color: 1258757.

HSL color Cylindrical-coordinate representation of color #053513: hue angle of 137.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053513 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 19 -
CMYK 0.91 0 0.64 0.79
HSL 137.5º 0.83% 0.11% -
HSV(B) 137.5º 0.91% 0.21% -
XYZ 1.45 2.63 1.05 -
YUV 34.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 5 53 19 0.91 0 0.64 0.79 137.5 0.83 0.11
Hex 5 35 13 5B 0 40 4F 8A 53 B
Octal 5 65 23 133 0 100 117 212 123 13
Binary 101 110101 10011 1011011 0 1000000 1001111 10001010 1010011 1011

Color Harmonies of #053513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053513

Black with #053513

Text Example


Text Example

White with #053513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053513; }

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

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

background-color css

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

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

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

border-color css

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

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

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