Html Css Color HEX #04280A Deep Fir

📋 copy color: '#04280A'

red 4 ◦ green 40 ◦ blue 10

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

Shades of Deep Fir #04280A

Tints of Deep Fir #04280A

RGB

 RED value IS 4 (1.95% from 255) = 7.41%

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

 BLUE value IS 10 (4.3% from 255) = 18.52%

R = 7.41%
G = 74.07%
B = 18.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#04280A (or 0x04280A) is known color: Deep Fir. HEX triplet: 04, 28 and 0A. RGB value is (4,40,10). Sum of RGB (Red+Green+Blue) = 4+40+10=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 40 (16.02% from 255 or 74.07% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 40 - color contains mainly: green. Hex color #04280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04280A is #FBD7F5. Grayscale: #191919. Windows color (decimal): -16504822 or 665604. OLE color: 665604.

HSL color Cylindrical-coordinate representation of color #04280A: hue angle of 130º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04280A is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 40 10 -
CMYK 0.90 0 0.75 0.84
HSL 130º 0.82% 0.09% -
HSV(B) 130º 0.9% 0.16% -
XYZ 0.86 1.57 0.54 -
YUV 25.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 4 40 10 0.90 0 0.75 0.84 130 0.82 0.09
Hex 4 28 A 5A 0 4B 54 82 52 9
Octal 4 50 12 132 0 113 124 202 122 11
Binary 100 101000 1010 1011010 0 1001011 1010100 10000010 1010010 1001

Color Harmonies of #04280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04280A

Black with #04280A

Text Example


Text Example

White with #04280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04280A; }

 p { color: rgb(4,40,10); }

 H1.HeaderClassName
 {
   color: #04280A;
 }
 .AnyTagClassName
 {
   color: #04280A;
 }
</style>

background-color css

<style>
 a { background-color: #04280A; }

 a { background-color: rgb(4,40,10); }

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

border-color css

<style>
 span { border-color: #04280A; }

 span { border-color: rgb(4,40,10); }

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