Html Css Color HEX #0A3211 Deep Fir

📋 copy color: '#0A3211'

red 10 ◦ green 50 ◦ blue 17

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

Shades of Deep Fir #0A3211

Tints of Deep Fir #0A3211

RGB

 RED value IS 10 (4.3% from 255) = 12.99%

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

 BLUE value IS 17 (7.03% from 255) = 22.08%

R = 12.99%
G = 64.94%
B = 22.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#0A3211 (or 0x0A3211) is known color: Deep Fir. HEX triplet: 0A, 32 and 11. RGB value is (10,50,17). Sum of RGB (Red+Green+Blue) = 10+50+17=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3211 is #F5CDEE. Grayscale: #222222. Windows color (decimal): -16109039 or 1126922. OLE color: 1126922.

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

Color convert

RGB 10 50 17 -
CMYK 0.80 0 0.66 0.80
HSL 130.5º 0.67% 0.12% -
HSV(B) 130.5º 0.8% 0.2% -
XYZ 1.37 2.39 0.92 -
YUV 34.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 10 50 17 0.80 0 0.66 0.80 130.5 0.67 0.12
Hex A 32 11 50 0 42 50 82 43 C
Octal 12 62 21 120 0 102 120 202 103 14
Binary 1010 110010 10001 1010000 0 1000010 1010000 10000010 1000011 1100

Color Harmonies of #0A3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3211

Black with #0A3211

Text Example


Text Example

White with #0A3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3211; }

 p { color: rgb(10,50,17); }

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

background-color css

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

 a { background-color: rgb(10,50,17); }

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

border-color css

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

 span { border-color: rgb(10,50,17); }

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