#423000

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

Shades of Mikado #423000

Tints of Mikado #423000

Color information

#423000 (or 0x423000) is unknown color: approx Mikado. HEX triplet: 42, 30 and 00. RGB value is (66,48,0). Sum of RGB (Red+Green+Blue) = 66+48+0=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #423000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423000 is #BDCFFF. Grayscale: #303030. Windows color (decimal): -12439552 or 12354. OLE color: 12354.

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

Color convert

RGB66480-
CMYK00.2710.74
HSL43.64º100%12.94%-
HSV(B)43.64º100%25.88%-
XYZ3.33.270.46-
YUV47.91100.96140.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.89%
G=42.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6648000.2710.7443.6410012.94
Hex4230001B644A2c64d
Octal1026000331441125414415
Binary100001011000000110111100100100101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423000; }

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

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

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

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

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

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

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

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