Html Css Color HEX #083319 Deep Fir

📋 copy color: '#083319'

red 8 ◦ green 51 ◦ blue 25

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

Shades of Deep Fir #083319

Tints of Deep Fir #083319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60.71%

 BLUE value IS 25 (10.16% from 255) = 29.76%

R = 9.52%
G = 60.71%
B = 29.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#083319 (or 0x083319) is known color: Deep Fir. HEX triplet: 08, 33 and 19. RGB value is (8,51,25). Sum of RGB (Red+Green+Blue) = 8+51+25=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #083319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083319 is #F7CCE6. Grayscale: #232323. Windows color (decimal): -16239847 or 1651464. OLE color: 1651464.

HSL color Cylindrical-coordinate representation of color #083319: hue angle of 143.72º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083319 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 25 -
CMYK 0.84 0 0.51 0.8
HSL 143.72º 0.73% 0.12% -
HSV(B) 143.72º 0.84% 0.2% -
XYZ 1.46 2.49 1.32 -
YUV 35.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 8 51 25 0.84 0 0.51 0.8 143.72 0.73 0.12
Hex 8 33 19 54 0 33 50 90 49 C
Octal 10 63 31 124 0 63 120 220 111 14
Binary 1000 110011 11001 1010100 0 110011 1010000 10010000 1001001 1100

Color Harmonies of #083319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083319

Black with #083319

Text Example


Text Example

White with #083319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083319; }

 p { color: rgb(8,51,25); }

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

background-color css

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

 a { background-color: rgb(8,51,25); }

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

border-color css

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

 span { border-color: rgb(8,51,25); }

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