#433505

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

Shades of Mikado #433505

Tints of Mikado #433505

Color information

#433505 (or 0x433505) is unknown color: approx Mikado. HEX triplet: 43, 35 and 05. RGB value is (67,53,5). Sum of RGB (Red+Green+Blue) = 67+53+5=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #433505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433505 is #BCCAFA. Grayscale: #333333. Windows color (decimal): -12372731 or 341315. OLE color: 341315.

HSL color Cylindrical-coordinate representation of color #433505: hue angle of 46.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #433505 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67535-
CMYK00.210.930.74
HSL46.45º86.11%14.12%-
HSV(B)46.45º92.54%26.27%-
XYZ3.623.750.68-
YUV51.71101.64138.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 5 (2.34% from 255) = 4%
R=53.6%
G=42.4%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6753500.210.930.7446.4586.1114.12
Hex433550155D4A2e56e
Octal1036550251351125612616
Binary10000111101011010101011011101100101010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433505; }

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

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

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

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

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

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

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

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