#05380F

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

Shades of Deep Fir #05380F

Tints of Deep Fir #05380F

Color information

#05380F (or 0x05380F) is unknown color: approx Deep Fir. HEX triplet: 05, 38 and 0F. RGB value is (5,56,15). Sum of RGB (Red+Green+Blue) = 5+56+15=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #05380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05380F is #FAC7F0. Grayscale: #242424. Windows color (decimal): -16435185 or 997381. OLE color: 997381.

HSL color Cylindrical-coordinate representation of color #05380F: hue angle of 131.76º 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 #05380F is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB55615-
CMYK0.9100.730.78
HSL131.76º83.61%11.96%-
HSV(B)131.76º91.07%21.96%-
XYZ1.562.90.93-
YUV36.08116.1105.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 56 (22.27% from 255) = 73.68%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=6.58%
G=73.68%
B=19.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556150.9100.730.78131.7683.6111.96
Hex538F5B0494E8454c
Octal57017133011111620412414
Binary101111000111110110110100100110011101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05380F; }

 p { color: rgb(5,56,15); }

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

<style>
 a { background-color: #05380F; }

 a { background-color: rgb(5,56,15); }

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

<style>
 span { border-color: #05380F; }

 span { border-color: rgb(5,56,15); }

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