#3B2D02

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

Shades of Mikado #3B2D02

Tints of Mikado #3B2D02

Color information

#3B2D02 (or 0x3B2D02) is unknown color: approx Mikado. HEX triplet: 3B, 2D and 02. RGB value is (59,45,2). Sum of RGB (Red+Green+Blue) = 59+45+2=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D02 is #C4D2FD. Grayscale: #2C2C2C. Windows color (decimal): -12899070 or 142651. OLE color: 142651.

HSL color Cylindrical-coordinate representation of color #3B2D02: hue angle of 45.26º 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 #3B2D02 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB59452-
CMYK00.240.970.77
HSL45.26º93.44%11.96%-
HSV(B)45.26º96.61%23.14%-
XYZ2.752.810.45-
YUV44.28104.14138.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.66%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=55.66%
G=42.45%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5945200.240.970.7745.2693.4411.96
Hex3B2D2018614D2d5dc
Octal735520301411155513514
Binary111011101101100110001100001100110110110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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