Html Css Color HEX #08481B Deep Fir

📋 copy color: '#08481B'

red 8 ◦ green 72 ◦ blue 27

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

Shades of Deep Fir #08481B

Tints of Deep Fir #08481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 7.48%
G = 67.29%
B = 25.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#08481B (or 0x08481B) is known color: Deep Fir. HEX triplet: 08, 48 and 1B. RGB value is (8,72,27). Sum of RGB (Red+Green+Blue) = 8+72+27=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #08481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481B is #F7B7E4. Grayscale: #2F2F2F. Windows color (decimal): -16234469 or 1787912. OLE color: 1787912.

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

Color convert

RGB 8 72 27 -
CMYK 0.89 0 0.62 0.72
HSL 137.81º 0.8% 0.16% -
HSV(B) 137.81º 0.89% 0.28% -
XYZ 2.62 4.77 1.82 -
YUV 47.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 8 72 27 0.89 0 0.62 0.72 137.81 0.8 0.16
Hex 8 48 1B 59 0 3E 48 8A 50 10
Octal 10 110 33 131 0 76 110 212 120 20
Binary 1000 1001000 11011 1011001 0 111110 1001000 10001010 1010000 10000

Color Harmonies of #08481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481B

Black with #08481B

Text Example


Text Example

White with #08481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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