#433401

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

Shades of Mikado #433401

Tints of Mikado #433401

Color information

#433401 (or 0x433401) is unknown color: approx Mikado. HEX triplet: 43, 34 and 01. RGB value is (67,52,1). Sum of RGB (Red+Green+Blue) = 67+52+1=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #433401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433401 is #BCCBFE. Grayscale: #323232. Windows color (decimal): -12372991 or 78915. OLE color: 78915.

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

Color convert

RGB67521-
CMYK00.220.990.74
HSL46.36º97.06%13.33%-
HSV(B)46.36º98.51%26.27%-
XYZ3.553.650.55-
YUV50.6799.97139.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=55.83%
G=43.33%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6752100.220.990.7446.3697.0613.33
Hex43341016634A2e61d
Octal1036410261431125614115
Binary100001111010010101101100011100101010111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433401; }

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

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

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

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

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

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

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

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