#433512

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

Shades of Mikado #433512

Tints of Mikado #433512

Color information

#433512 (or 0x433512) is unknown color: approx Mikado. HEX triplet: 43, 35 and 12. RGB value is (67,53,18). Sum of RGB (Red+Green+Blue) = 67+53+18=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #433512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433512 is #BCCAED. Grayscale: #353535. Windows color (decimal): -12372718 or 1193283. OLE color: 1193283.

HSL color Cylindrical-coordinate representation of color #433512: hue angle of 42.86º 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 #433512 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB675318-
CMYK00.210.730.74
HSL42.86º57.65%16.67%-
HSV(B)42.86º73.13%26.27%-
XYZ3.73.781.11-
YUV53.2108.14137.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=48.55%
G=38.41%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67531800.210.730.7442.8657.6516.67
Hex433512015494A2b3a11
Octal1036522025111112537221
Binary1000011110101100100101011001001100101010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433512; }

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

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

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

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

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

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

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

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