Html Css Color HEX #083318 Deep Fir

📋 copy color: '#083318'

red 8 ◦ green 51 ◦ blue 24

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

Shades of Deep Fir #083318

Tints of Deep Fir #083318

RGB

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

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

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

R = 9.64%
G = 61.45%
B = 28.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#083318 (or 0x083318) is known color: Deep Fir. HEX triplet: 08, 33 and 18. RGB value is (8,51,24). Sum of RGB (Red+Green+Blue) = 8+51+24=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #083318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083318 is #F7CCE7. Grayscale: #232323. Windows color (decimal): -16239848 or 1585928. OLE color: 1585928.

HSL color Cylindrical-coordinate representation of color #083318: hue angle of 142.33º 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 #083318 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 24 -
CMYK 0.84 0 0.53 0.8
HSL 142.33º 0.73% 0.12% -
HSV(B) 142.33º 0.84% 0.2% -
XYZ 1.45 2.49 1.27 -
YUV 35.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 8 51 24 0.84 0 0.53 0.8 142.33 0.73 0.12
Hex 8 33 18 54 0 35 50 8E 49 C
Octal 10 63 30 124 0 65 120 216 111 14
Binary 1000 110011 11000 1010100 0 110101 1010000 10001110 1001001 1100

Color Harmonies of #083318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083318

Black with #083318

Text Example


Text Example

White with #083318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083318; }

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

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

background-color css

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

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

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

border-color css

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

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

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