Html Css Color HEX #08481C Deep Fir

📋 copy color: '#08481C'

red 8 ◦ green 72 ◦ blue 28

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

Shades of Deep Fir #08481C

Tints of Deep Fir #08481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 7.41%
G = 66.67%
B = 25.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#08481C (or 0x08481C) is known color: Deep Fir. HEX triplet: 08, 48 and 1C. RGB value is (8,72,28). Sum of RGB (Red+Green+Blue) = 8+72+28=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #08481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481C is #F7B7E3. Grayscale: #2F2F2F. Windows color (decimal): -16234468 or 1853448. OLE color: 1853448.

HSL color Cylindrical-coordinate representation of color #08481C: hue angle of 138.75º 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 #08481C is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 28 -
CMYK 0.89 0 0.61 0.72
HSL 138.75º 0.8% 0.16% -
HSV(B) 138.75º 0.89% 0.28% -
XYZ 2.63 4.77 1.88 -
YUV 47.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 8 72 28 0.89 0 0.61 0.72 138.75 0.8 0.16
Hex 8 48 1C 59 0 3D 48 8B 50 10
Octal 10 110 34 131 0 75 110 213 120 20
Binary 1000 1001000 11100 1011001 0 111101 1001000 10001011 1010000 10000

Color Harmonies of #08481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481C

Black with #08481C

Text Example


Text Example

White with #08481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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