Html Css Color HEX #083218 Deep Fir

📋 copy color: '#083218'

red 8 ◦ green 50 ◦ blue 24

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

Shades of Deep Fir #083218

Tints of Deep Fir #083218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 60.98%

 BLUE value IS 24 (9.77% from 255) = 29.27%

R = 9.76%
G = 60.98%
B = 29.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#083218 (or 0x083218) is known color: Deep Fir. HEX triplet: 08, 32 and 18. RGB value is (8,50,24). Sum of RGB (Red+Green+Blue) = 8+50+24=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #083218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083218 is #F7CDE7. Grayscale: #222222. Windows color (decimal): -16240104 or 1585672. OLE color: 1585672.

HSL color Cylindrical-coordinate representation of color #083218: hue angle of 142.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083218 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 24 -
CMYK 0.84 0 0.52 0.80
HSL 142.86º 0.72% 0.11% -
HSV(B) 142.86º 0.84% 0.2% -
XYZ 1.41 2.4 1.25 -
YUV 34.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 8 50 24 0.84 0 0.52 0.80 142.86 0.72 0.11
Hex 8 32 18 54 0 34 50 8F 48 B
Octal 10 62 30 124 0 64 120 217 110 13
Binary 1000 110010 11000 1010100 0 110100 1010000 10001111 1001000 1011

Color Harmonies of #083218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083218

Black with #083218

Text Example


Text Example

White with #083218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083218; }

 p { color: rgb(8,50,24); }

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

background-color css

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

 a { background-color: rgb(8,50,24); }

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

border-color css

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

 span { border-color: rgb(8,50,24); }

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