Html Css Color HEX #08471C Deep Fir

📋 copy color: '#08471C'

red 8 ◦ green 71 ◦ blue 28

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

Shades of Deep Fir #08471C

Tints of Deep Fir #08471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.36%

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

R = 7.48%
G = 66.36%
B = 26.17%

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

#08471C (or 0x08471C) is known color: Deep Fir. HEX triplet: 08, 47 and 1C. RGB value is (8,71,28). Sum of RGB (Red+Green+Blue) = 8+71+28=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #08471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08471C is #F7B8E3. Grayscale: #2F2F2F. Windows color (decimal): -16234724 or 1853192. OLE color: 1853192.

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

Color convert

RGB 8 71 28 -
CMYK 0.89 0 0.61 0.72
HSL 139.05º 0.8% 0.15% -
HSV(B) 139.05º 0.89% 0.28% -
XYZ 2.56 4.64 1.86 -
YUV 47.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 8 71 28 0.89 0 0.61 0.72 139.05 0.8 0.15
Hex 8 47 1C 59 0 3D 48 8B 50 F
Octal 10 107 34 131 0 75 110 213 120 17
Binary 1000 1000111 11100 1011001 0 111101 1001000 10001011 1010000 1111

Color Harmonies of #08471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08471C

Black with #08471C

Text Example


Text Example

White with #08471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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