Html Css Color HEX #053D0D Deep Fir

📋 copy color: '#053D0D'

red 5 ◦ green 61 ◦ blue 13

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

Shades of Deep Fir #053D0D

Tints of Deep Fir #053D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 77.22%

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 6.33%
G = 77.22%
B = 16.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#053D0D (or 0x053D0D) is known color: Deep Fir. HEX triplet: 05, 3D and 0D. RGB value is (5,61,13). Sum of RGB (Red+Green+Blue) = 5+61+13=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 61 (24.22% from 255 or 77.22% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 61 - color contains mainly: green. Hex color #053D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D0D is #FAC2F2. Grayscale: #262626. Windows color (decimal): -16433907 or 867589. OLE color: 867589.

HSL color Cylindrical-coordinate representation of color #053D0D: hue angle of 128.57º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D0D is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 61 13 -
CMYK 0.92 0 0.79 0.76
HSL 128.57º 0.85% 0.13% -
HSV(B) 128.57º 0.92% 0.24% -
XYZ 1.8 3.4 0.94 -
YUV 38.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 5 61 13 0.92 0 0.79 0.76 128.57 0.85 0.13
Hex 5 3D D 5C 0 4F 4C 81 55 D
Octal 5 75 15 134 0 117 114 201 125 15
Binary 101 111101 1101 1011100 0 1001111 1001100 10000001 1010101 1101

Color Harmonies of #053D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D0D

Black with #053D0D

Text Example


Text Example

White with #053D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053D0D; }

 p { color: rgb(5,61,13); }

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

background-color css

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

 a { background-color: rgb(5,61,13); }

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

border-color css

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

 span { border-color: rgb(5,61,13); }

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