#433302

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

Shades of Mikado #433302

Tints of Mikado #433302

Color information

#433302 (or 0x433302) is unknown color: approx Mikado. HEX triplet: 43, 33 and 02. RGB value is (67,51,2). Sum of RGB (Red+Green+Blue) = 67+51+2=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #433302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433302 is #BCCCFD. Grayscale: #323232. Windows color (decimal): -12373246 or 144195. OLE color: 144195.

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

Color convert

RGB67512-
CMYK00.240.970.74
HSL45.23º94.2%13.53%-
HSV(B)45.23º97.01%26.27%-
XYZ3.513.570.56-
YUV50.2100.8139.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=55.83%
G=42.5%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6751200.240.970.7445.2394.213.53
Hex43332018614A2d5ee
Octal1036320301411125513616
Binary1000011110011100110001100001100101010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433302; }

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

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

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

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

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

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

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

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