Html Css Color HEX #08300F Deep Fir

📋 copy color: '#08300F'

red 8 ◦ green 48 ◦ blue 15

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

Shades of Deep Fir #08300F

Tints of Deep Fir #08300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

 BLUE value IS 15 (6.25% from 255) = 21.13%

R = 11.27%
G = 67.61%
B = 21.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#08300F (or 0x08300F) is known color: Deep Fir. HEX triplet: 08, 30 and 0F. RGB value is (8,48,15). Sum of RGB (Red+Green+Blue) = 8+48+15=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #08300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08300F is #F7CFF0. Grayscale: #202020. Windows color (decimal): -16240625 or 995336. OLE color: 995336.

HSL color Cylindrical-coordinate representation of color #08300F: hue angle of 130.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08300F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 48 15 -
CMYK 0.83 0 0.69 0.81
HSL 130.5º 0.71% 0.11% -
HSV(B) 130.5º 0.83% 0.19% -
XYZ 1.24 2.2 0.81 -
YUV 32.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 8 48 15 0.83 0 0.69 0.81 130.5 0.71 0.11
Hex 8 30 F 53 0 45 51 82 47 B
Octal 10 60 17 123 0 105 121 202 107 13
Binary 1000 110000 1111 1010011 0 1000101 1010001 10000010 1000111 1011

Color Harmonies of #08300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08300F

Black with #08300F

Text Example


Text Example

White with #08300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08300F; }

 p { color: rgb(8,48,15); }

 H1.HeaderClassName
 {
   color: #08300F;
 }
 .AnyTagClassName
 {
   color: #08300F;
 }
</style>

background-color css

<style>
 a { background-color: #08300F; }

 a { background-color: rgb(8,48,15); }

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

border-color css

<style>
 span { border-color: #08300F; }

 span { border-color: rgb(8,48,15); }

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