Html Css Color HEX #083212 Deep Fir

📋 copy color: '#083212'

red 8 ◦ green 50 ◦ blue 18

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

Shades of Deep Fir #083212

Tints of Deep Fir #083212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 10.53%
G = 65.79%
B = 23.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#083212 (or 0x083212) is known color: Deep Fir. HEX triplet: 08, 32 and 12. RGB value is (8,50,18). Sum of RGB (Red+Green+Blue) = 8+50+18=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #083212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083212 is #F7CDED. Grayscale: #212121. Windows color (decimal): -16240110 or 1192456. OLE color: 1192456.

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

Color convert

RGB 8 50 18 -
CMYK 0.84 0 0.64 0.80
HSL 134.29º 0.72% 0.11% -
HSV(B) 134.29º 0.84% 0.2% -
XYZ 1.35 2.38 0.96 -
YUV 33.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 8 50 18 0.84 0 0.64 0.80 134.29 0.72 0.11
Hex 8 32 12 54 0 40 50 86 48 B
Octal 10 62 22 124 0 100 120 206 110 13
Binary 1000 110010 10010 1010100 0 1000000 1010000 10000110 1001000 1011

Color Harmonies of #083212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083212

Black with #083212

Text Example


Text Example

White with #083212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083212; }

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

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

background-color css

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

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

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

border-color css

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

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

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