Html Css Color HEX #05310C Deep Fir

📋 copy color: '#05310C'

red 5 ◦ green 49 ◦ blue 12

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

Shades of Deep Fir #05310C

Tints of Deep Fir #05310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 18.18%

R = 7.58%
G = 74.24%
B = 18.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#05310C (or 0x05310C) is known color: Deep Fir. HEX triplet: 05, 31 and 0C. RGB value is (5,49,12). Sum of RGB (Red+Green+Blue) = 5+49+12=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #05310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310C is #FACEF3. Grayscale: #1F1F1F. Windows color (decimal): -16436980 or 798981. OLE color: 798981.

HSL color Cylindrical-coordinate representation of color #05310C: hue angle of 129.55º 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 #05310C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 12 -
CMYK 0.90 0 0.76 0.81
HSL 129.55º 0.81% 0.11% -
HSV(B) 129.55º 0.9% 0.19% -
XYZ 1.23 2.26 0.72 -
YUV 31.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 5 49 12 0.90 0 0.76 0.81 129.55 0.81 0.11
Hex 5 31 C 5A 0 4C 51 82 51 B
Octal 5 61 14 132 0 114 121 202 121 13
Binary 101 110001 1100 1011010 0 1001100 1010001 10000010 1010001 1011

Color Harmonies of #05310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05310C

Black with #05310C

Text Example


Text Example

White with #05310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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