Html Css Color HEX #053313 Deep Fir

📋 copy color: '#053313'

red 5 ◦ green 51 ◦ blue 19

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

Shades of Deep Fir #053313

Tints of Deep Fir #053313

RGB

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

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

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

R = 6.67%
G = 68%
B = 25.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#053313 (or 0x053313) is known color: Deep Fir. HEX triplet: 05, 33 and 13. RGB value is (5,51,19). Sum of RGB (Red+Green+Blue) = 5+51+19=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #053313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053313 is #FACCEC. Grayscale: #212121. Windows color (decimal): -16436461 or 1258245. OLE color: 1258245.

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

Color convert

RGB 5 51 19 -
CMYK 0.90 0 0.63 0.8
HSL 138.26º 0.82% 0.11% -
HSV(B) 138.26º 0.9% 0.2% -
XYZ 1.36 2.45 1.02 -
YUV 33.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 5 51 19 0.90 0 0.63 0.8 138.26 0.82 0.11
Hex 5 33 13 5A 0 3F 50 8A 52 B
Octal 5 63 23 132 0 77 120 212 122 13
Binary 101 110011 10011 1011010 0 111111 1010000 10001010 1010010 1011

Color Harmonies of #053313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053313

Black with #053313

Text Example


Text Example

White with #053313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053313; }

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

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

background-color css

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

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

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

border-color css

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

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

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