#3B3502

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

Shades of Mikado #3B3502

Tints of Mikado #3B3502

Color information

#3B3502 (or 0x3B3502) is unknown color: approx Mikado. HEX triplet: 3B, 35 and 02. RGB value is (59,53,2). Sum of RGB (Red+Green+Blue) = 59+53+2=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3502 is #C4CAFD. Grayscale: #313131. Windows color (decimal): -12897022 or 144699. OLE color: 144699.

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

Color convert

RGB59532-
CMYK00.100.970.77
HSL53.68º93.44%11.96%-
HSV(B)53.68º96.61%23.14%-
XYZ3.093.480.57-
YUV48.98101.49135.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=51.75%
G=46.49%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5953200.100.970.7753.6893.4411.96
Hex3B3520A614D365dc
Octal736520121411156613514
Binary11101111010110010101100001100110111011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,2); }

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

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

 a { background-color: rgb(59,53,2); }

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

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

 span { border-color: rgb(59,53,2); }

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