Html Css Color HEX #05310D Deep Fir

📋 copy color: '#05310D'

red 5 ◦ green 49 ◦ blue 13

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

Shades of Deep Fir #05310D

Tints of Deep Fir #05310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 73.13%

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

R = 7.46%
G = 73.13%
B = 19.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#05310D (or 0x05310D) is known color: Deep Fir. HEX triplet: 05, 31 and 0D. RGB value is (5,49,13). Sum of RGB (Red+Green+Blue) = 5+49+13=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #05310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310D is #FACEF2. Grayscale: #1F1F1F. Windows color (decimal): -16436979 or 864517. OLE color: 864517.

HSL color Cylindrical-coordinate representation of color #05310D: hue angle of 130.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05310D is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 13 -
CMYK 0.90 0 0.73 0.81
HSL 130.91º 0.81% 0.11% -
HSV(B) 130.91º 0.9% 0.19% -
XYZ 1.23 2.26 0.75 -
YUV 31.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 5 49 13 0.90 0 0.73 0.81 130.91 0.81 0.11
Hex 5 31 D 5A 0 49 51 83 51 B
Octal 5 61 15 132 0 111 121 203 121 13
Binary 101 110001 1101 1011010 0 1001001 1010001 10000011 1010001 1011

Color Harmonies of #05310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05310D

Black with #05310D

Text Example


Text Example

White with #05310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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