#433312

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

Shades of Mikado #433312

Tints of Mikado #433312

Color information

#433312 (or 0x433312) is unknown color: approx Mikado. HEX triplet: 43, 33 and 12. RGB value is (67,51,18). Sum of RGB (Red+Green+Blue) = 67+51+18=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #433312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433312 is #BCCCED. Grayscale: #343434. Windows color (decimal): -12373230 or 1192771. OLE color: 1192771.

HSL color Cylindrical-coordinate representation of color #433312: hue angle of 40.41º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #433312 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB675118-
CMYK00.240.730.74
HSL40.41º57.65%16.67%-
HSV(B)40.41º73.13%26.27%-
XYZ3.613.61.08-
YUV52.02108.8138.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=49.26%
G=37.5%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67511800.240.730.7440.4157.6516.67
Hex433312018494A283a11
Octal1036322030111112507221
Binary1000011110011100100110001001001100101010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433312; }

 p { color: rgb(67,51,18); }

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

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

 a { background-color: rgb(67,51,18); }

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

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

 span { border-color: rgb(67,51,18); }

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