#3A321E

Color #3A321E Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3A321E

Tints of Mikado #3A321E

Color information

#3A321E (or 0x3A321E) is unknown color: approx Mikado. HEX triplet: 3A, 32 and 1E. RGB value is (58,50,30). Sum of RGB (Red+Green+Blue) = 58+50+30=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A321E is #C5CDE1. Grayscale: #323232. Windows color (decimal): -12963298 or 1978938. OLE color: 1978938.

HSL color Cylindrical-coordinate representation of color #3A321E: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A321E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB585030-
CMYK00.140.480.77
HSL42.86º31.82%17.25%-
HSV(B)42.86º48.28%22.75%-
XYZ3.123.271.7-
YUV50.11116.65133.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.03%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=42.03%
G=36.23%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58503000.140.480.7742.8631.8217.25
Hex3A321E0E304D2b2011
Octal72623601660115534021
Binary1110101100101111001110110000100110110101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A321E; }

 p { color: rgb(58,50,30); }

 H1.HeaderClassName
 {
   color: #3A321E;
 }
 .AnyTagClassName
 {
   color: #3A321E;
 }
</style>
background-color css

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

 a { background-color: rgb(58,50,30); }

 div.DivClassName
 {
   background-color: #3A321E;
 }
 .BgClassName
 {
   background-color: #3A321E;
 }
</style>
border-color css

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

 span { border-color: rgb(58,50,30); }

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