#423200

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

Shades of Mikado #423200

Tints of Mikado #423200

Color information

#423200 (or 0x423200) is unknown color: approx Mikado. HEX triplet: 42, 32 and 00. RGB value is (66,50,0). Sum of RGB (Red+Green+Blue) = 66+50+0=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #423200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423200 is #BDCDFF. Grayscale: #313131. Windows color (decimal): -12439040 or 12866. OLE color: 12866.

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

Color convert

RGB66500-
CMYK00.2410.74
HSL45.45º100%12.94%-
HSV(B)45.45º100%25.88%-
XYZ3.393.440.49-
YUV49.08100.3140.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.90%
G=43.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6650000.2410.7445.4510012.94
Hex42320018644A2d64d
Octal1026200301441125514415
Binary100001011001000110001100100100101010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423200; }

 p { color: rgb(66,50,0); }

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

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

 a { background-color: rgb(66,50,0); }

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

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

 span { border-color: rgb(66,50,0); }

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