#423302

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

Shades of Mikado #423302

Tints of Mikado #423302

Color information

#423302 (or 0x423302) is unknown color: approx Mikado. HEX triplet: 42, 33 and 02. RGB value is (66,51,2). Sum of RGB (Red+Green+Blue) = 66+51+2=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423302 is #BDCCFD. Grayscale: #323232. Windows color (decimal): -12438782 or 144194. OLE color: 144194.

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

Color convert

RGB66512-
CMYK00.230.970.74
HSL45.94º94.12%13.33%-
HSV(B)45.94º96.97%25.88%-
XYZ3.443.530.56-
YUV49.9100.97139.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=55.46%
G=42.86%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651200.230.970.7445.9494.1213.33
Hex42332017614A2e5ed
Octal1026320271411125613615
Binary1000010110011100101111100001100101010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423302; }

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

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

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

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

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

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

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

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