Html Css Color HEX #05390D Deep Fir

📋 copy color: '#05390D'

red 5 ◦ green 57 ◦ blue 13

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

Shades of Deep Fir #05390D

Tints of Deep Fir #05390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 76%

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

R = 6.67%
G = 76%
B = 17.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#05390D (or 0x05390D) is known color: Deep Fir. HEX triplet: 05, 39 and 0D. RGB value is (5,57,13). Sum of RGB (Red+Green+Blue) = 5+57+13=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 57 (22.66% from 255 or 76% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 57 - color contains mainly: green. Hex color #05390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05390D is #FAC6F2. Grayscale: #242424. Windows color (decimal): -16434931 or 866565. OLE color: 866565.

HSL color Cylindrical-coordinate representation of color #05390D: hue angle of 129.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05390D is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 57 13 -
CMYK 0.91 0 0.77 0.78
HSL 129.23º 0.84% 0.12% -
HSV(B) 129.23º 0.91% 0.22% -
XYZ 1.6 2.99 0.87 -
YUV 36.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 5 57 13 0.91 0 0.77 0.78 129.23 0.84 0.12
Hex 5 39 D 5B 0 4D 4E 81 54 C
Octal 5 71 15 133 0 115 116 201 124 14
Binary 101 111001 1101 1011011 0 1001101 1001110 10000001 1010100 1100

Color Harmonies of #05390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05390D

Black with #05390D

Text Example


Text Example

White with #05390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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