Html Css Color HEX #08371C Deep Fir

📋 copy color: '#08371C'

red 8 ◦ green 55 ◦ blue 28

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

Shades of Deep Fir #08371C

Tints of Deep Fir #08371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 60.44%

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

R = 8.79%
G = 60.44%
B = 30.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#08371C (or 0x08371C) is known color: Deep Fir. HEX triplet: 08, 37 and 1C. RGB value is (8,55,28). Sum of RGB (Red+Green+Blue) = 8+55+28=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #08371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08371C is #F7C8E3. Grayscale: #252525. Windows color (decimal): -16238820 or 1849096. OLE color: 1849096.

HSL color Cylindrical-coordinate representation of color #08371C: hue angle of 145.53º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08371C is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 55 28 -
CMYK 0.85 0 0.49 0.78
HSL 145.53º 0.75% 0.12% -
HSV(B) 145.53º 0.85% 0.22% -
XYZ 1.68 2.87 1.56 -
YUV 37.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 8 55 28 0.85 0 0.49 0.78 145.53 0.75 0.12
Hex 8 37 1C 55 0 31 4E 92 4B C
Octal 10 67 34 125 0 61 116 222 113 14
Binary 1000 110111 11100 1010101 0 110001 1001110 10010010 1001011 1100

Color Harmonies of #08371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08371C

Black with #08371C

Text Example


Text Example

White with #08371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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