Html Css Color HEX #08360E Deep Fir

📋 copy color: '#08360E'

red 8 ◦ green 54 ◦ blue 14

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

Shades of Deep Fir #08360E

Tints of Deep Fir #08360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 71.05%

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 10.53%
G = 71.05%
B = 18.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#08360E (or 0x08360E) is known color: Deep Fir. HEX triplet: 08, 36 and 0E. RGB value is (8,54,14). Sum of RGB (Red+Green+Blue) = 8+54+14=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #08360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08360E is #F7C9F1. Grayscale: #232323. Windows color (decimal): -16239090 or 931336. OLE color: 931336.

HSL color Cylindrical-coordinate representation of color #08360E: hue angle of 127.83º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08360E is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 14 -
CMYK 0.85 0 0.74 0.79
HSL 127.83º 0.74% 0.12% -
HSV(B) 127.83º 0.85% 0.21% -
XYZ 1.5 2.72 0.86 -
YUV 35.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 8 54 14 0.85 0 0.74 0.79 127.83 0.74 0.12
Hex 8 36 E 55 0 4A 4F 80 4A C
Octal 10 66 16 125 0 112 117 200 112 14
Binary 1000 110110 1110 1010101 0 1001010 1001111 10000000 1001010 1100

Color Harmonies of #08360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08360E

Black with #08360E

Text Example


Text Example

White with #08360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08360E; }

 p { color: rgb(8,54,14); }

 H1.HeaderClassName
 {
   color: #08360E;
 }
 .AnyTagClassName
 {
   color: #08360E;
 }
</style>

background-color css

<style>
 a { background-color: #08360E; }

 a { background-color: rgb(8,54,14); }

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

border-color css

<style>
 span { border-color: #08360E; }

 span { border-color: rgb(8,54,14); }

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