Html Css Color HEX #08461A Deep Fir

📋 copy color: '#08461A'

red 8 ◦ green 70 ◦ blue 26

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

Shades of Deep Fir #08461A

Tints of Deep Fir #08461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 67.31%

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

R = 7.69%
G = 67.31%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#08461A (or 0x08461A) is known color: Deep Fir. HEX triplet: 08, 46 and 1A. RGB value is (8,70,26). Sum of RGB (Red+Green+Blue) = 8+70+26=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #08461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461A is #F7B9E5. Grayscale: #2E2E2E. Windows color (decimal): -16234982 or 1721864. OLE color: 1721864.

HSL color Cylindrical-coordinate representation of color #08461A: hue angle of 137.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08461A is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 26 -
CMYK 0.89 0 0.63 0.73
HSL 137.42º 0.79% 0.15% -
HSV(B) 137.42º 0.89% 0.27% -
XYZ 2.48 4.51 1.72 -
YUV 46.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 8 70 26 0.89 0 0.63 0.73 137.42 0.79 0.15
Hex 8 46 1A 59 0 3F 49 89 4F F
Octal 10 106 32 131 0 77 111 211 117 17
Binary 1000 1000110 11010 1011001 0 111111 1001001 10001001 1001111 1111

Color Harmonies of #08461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08461A

Black with #08461A

Text Example


Text Example

White with #08461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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