Html Css Color HEX #05280D Deep Fir

📋 copy color: '#05280D'

red 5 ◦ green 40 ◦ blue 13

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

Shades of Deep Fir #05280D

Tints of Deep Fir #05280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 68.97%

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

R = 8.62%
G = 68.97%
B = 22.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#05280D (or 0x05280D) is known color: Deep Fir. HEX triplet: 05, 28 and 0D. RGB value is (5,40,13). Sum of RGB (Red+Green+Blue) = 5+40+13=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #05280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05280D is #FAD7F2. Grayscale: #1A1A1A. Windows color (decimal): -16439283 or 862213. OLE color: 862213.

HSL color Cylindrical-coordinate representation of color #05280D: hue angle of 133.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05280D is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 13 -
CMYK 0.88 0 0.67 0.84
HSL 133.71º 0.78% 0.09% -
HSV(B) 133.71º 0.88% 0.16% -
XYZ 0.89 1.58 0.64 -
YUV 26.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 5 40 13 0.88 0 0.67 0.84 133.71 0.78 0.09
Hex 5 28 D 58 0 43 54 86 4E 9
Octal 5 50 15 130 0 103 124 206 116 11
Binary 101 101000 1101 1011000 0 1000011 1010100 10000110 1001110 1001

Color Harmonies of #05280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05280D

Black with #05280D

Text Example


Text Example

White with #05280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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