#3B3308

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

Shades of Mikado #3B3308

Tints of Mikado #3B3308

Color information

#3B3308 (or 0x3B3308) is unknown color: approx Mikado. HEX triplet: 3B, 33 and 08. RGB value is (59,51,8). Sum of RGB (Red+Green+Blue) = 59+51+8=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3308 is #C4CCF7. Grayscale: #303030. Windows color (decimal): -12897528 or 537403. OLE color: 537403.

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

Color convert

RGB59518-
CMYK00.140.860.77
HSL50.59º76.12%13.14%-
HSV(B)50.59º86.44%23.14%-
XYZ3.033.310.71-
YUV48.49105.15135.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=50%
G=43.22%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5951800.140.860.7750.5976.1213.14
Hex3B3380E564D334cd
Octal7363100161261156311415
Binary1110111100111000011101010110100110111001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,8); }

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

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

 a { background-color: rgb(59,51,8); }

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

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

 span { border-color: rgb(59,51,8); }

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