#433201

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

Shades of Mikado #433201

Tints of Mikado #433201

Color information

#433201 (or 0x433201) is unknown color: approx Mikado. HEX triplet: 43, 32 and 01. RGB value is (67,50,1). Sum of RGB (Red+Green+Blue) = 67+50+1=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #433201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433201 is #BCCDFE. Grayscale: #313131. Windows color (decimal): -12373503 or 78403. OLE color: 78403.

HSL color Cylindrical-coordinate representation of color #433201: hue angle of 44.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #433201 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB67501-
CMYK00.250.990.74
HSL44.55º97.06%13.33%-
HSV(B)44.55º98.51%26.27%-
XYZ3.463.480.52-
YUV49.5100.63140.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=56.78%
G=42.37%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6750100.250.990.7444.5597.0613.33
Hex43321019634A2d61d
Octal1036210311431125514115
Binary100001111001010110011100011100101010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433201; }

 p { color: rgb(67,50,1); }

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

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

 a { background-color: rgb(67,50,1); }

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

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

 span { border-color: rgb(67,50,1); }

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