Html Css Color HEX #08481A Deep Fir

📋 copy color: '#08481A'

red 8 ◦ green 72 ◦ blue 26

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

Shades of Deep Fir #08481A

Tints of Deep Fir #08481A

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

 GREEN value IS 72 (28.52% from 255) = 67.92%

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 7.55%
G = 67.92%
B = 24.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#08481A (or 0x08481A) is known color: Deep Fir. HEX triplet: 08, 48 and 1A. RGB value is (8,72,26). Sum of RGB (Red+Green+Blue) = 8+72+26=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #08481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481A is #F7B7E5. Grayscale: #2F2F2F. Windows color (decimal): -16234470 or 1722376. OLE color: 1722376.

HSL color Cylindrical-coordinate representation of color #08481A: hue angle of 136.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08481A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 26 -
CMYK 0.89 0 0.64 0.72
HSL 136.88º 0.8% 0.16% -
HSV(B) 136.88º 0.89% 0.28% -
XYZ 2.6 4.76 1.76 -
YUV 47.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 8 72 26 0.89 0 0.64 0.72 136.88 0.8 0.16
Hex 8 48 1A 59 0 40 48 89 50 10
Octal 10 110 32 131 0 100 110 211 120 20
Binary 1000 1001000 11010 1011001 0 1000000 1001000 10001001 1010000 10000

Color Harmonies of #08481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481A

Black with #08481A

Text Example


Text Example

White with #08481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,72,26); }

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

background-color css

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

 a { background-color: rgb(8,72,26); }

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

border-color css

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

 span { border-color: rgb(8,72,26); }

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