#3A3409

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

Shades of Mikado #3A3409

Tints of Mikado #3A3409

Color information

#3A3409 (or 0x3A3409) is unknown color: approx Mikado. HEX triplet: 3A, 34 and 09. RGB value is (58,52,9). Sum of RGB (Red+Green+Blue) = 58+52+9=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3409 is #C5CBF6. Grayscale: #313131. Windows color (decimal): -12962807 or 603194. OLE color: 603194.

HSL color Cylindrical-coordinate representation of color #3A3409: hue angle of 52.65º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A3409 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB58529-
CMYK00.100.840.77
HSL52.65º73.13%13.14%-
HSV(B)52.65º84.48%22.75%-
XYZ3.023.380.75-
YUV48.89105.49134.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=48.74%
G=43.70%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5852900.100.840.7752.6573.1313.14
Hex3A3490A544D3549d
Octal7264110121241156511115
Binary1110101101001001010101010100100110111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,9); }

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

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

 a { background-color: rgb(58,52,9); }

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

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

 span { border-color: rgb(58,52,9); }

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