#05250D

Color #05250D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #05250D

Tints of Deep Fir #05250D

Color information

#05250D (or 0x05250D) is unknown color: approx Deep Fir. HEX triplet: 05, 25 and 0D. RGB value is (5,37,13). Sum of RGB (Red+Green+Blue) = 5+37+13=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #05250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250D is #FADAF2. Grayscale: #181818. Windows color (decimal): -16440051 or 861445. OLE color: 861445.

HSL color Cylindrical-coordinate representation of color #05250D: hue angle of 135º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05250D is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB53713-
CMYK0.8600.650.85
HSL135º76.19%8.24%-
HSV(B)135º86.49%14.51%-
XYZ0.81.380.61-
YUV24.7121.4113.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=9.09%
G=67.27%
B=23.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537130.8600.650.8513576.198.24
Hex525D5604155874c8
Octal54515126010112520711410
Binary101100101110110101100100000110101011000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05250D;
 }
 .AnyTagClassName
 {
   color: #05250D;
 }
</style>
background-color css

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

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

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

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

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

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