Html Css Color HEX #054513 Deep Fir

📋 copy color: '#054513'

red 5 ◦ green 69 ◦ blue 19

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

Shades of Deep Fir #054513

Tints of Deep Fir #054513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 74.19%

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

R = 5.38%
G = 74.19%
B = 20.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#054513 (or 0x054513) is known color: Deep Fir. HEX triplet: 05, 45 and 13. RGB value is (5,69,19). Sum of RGB (Red+Green+Blue) = 5+69+19=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #054513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054513 is #FABAEC. Grayscale: #2C2C2C. Windows color (decimal): -16431853 or 1262853. OLE color: 1262853.

HSL color Cylindrical-coordinate representation of color #054513: hue angle of 133.12º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054513 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 19 -
CMYK 0.93 0 0.72 0.73
HSL 133.13º 0.86% 0.15% -
HSV(B) 133.13º 0.93% 0.27% -
XYZ 2.31 4.34 1.33 -
YUV 44.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 5 69 19 0.93 0 0.72 0.73 133.13 0.86 0.15
Hex 5 45 13 5D 0 48 49 85 56 F
Octal 5 105 23 135 0 110 111 205 126 17
Binary 101 1000101 10011 1011101 0 1001000 1001001 10000101 1010110 1111

Color Harmonies of #054513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054513

Black with #054513

Text Example


Text Example

White with #054513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054513; }

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

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

background-color css

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

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

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

border-color css

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

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

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