#423003

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

Shades of Mikado #423003

Tints of Mikado #423003

Color information

#423003 (or 0x423003) is unknown color: approx Mikado. HEX triplet: 42, 30 and 03. RGB value is (66,48,3). Sum of RGB (Red+Green+Blue) = 66+48+3=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #423003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423003 is #BDCFFC. Grayscale: #303030. Windows color (decimal): -12439549 or 208962. OLE color: 208962.

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

Color convert

RGB66483-
CMYK00.270.950.74
HSL42.86º91.3%13.53%-
HSV(B)42.86º95.45%25.88%-
XYZ3.323.280.54-
YUV48.25102.46140.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=56.41%
G=41.03%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6648300.270.950.7442.8691.313.53
Hex4230301B5F4A2b5be
Octal1026030331371125313316
Binary1000010110000110110111011111100101010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423003; }

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

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

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

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

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

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

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

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