#423005

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

Shades of Mikado #423005

Tints of Mikado #423005

Color information

#423005 (or 0x423005) is unknown color: approx Mikado. HEX triplet: 42, 30 and 05. RGB value is (66,48,5). Sum of RGB (Red+Green+Blue) = 66+48+5=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423005 is #BDCFFA. Grayscale: #303030. Windows color (decimal): -12439547 or 340034. OLE color: 340034.

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

Color convert

RGB66485-
CMYK00.270.920.74
HSL42.3º85.92%13.92%-
HSV(B)42.3º92.42%25.88%-
XYZ3.333.280.6-
YUV48.48103.46140.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=55.46%
G=40.34%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6648500.270.920.7442.385.9213.92
Hex4230501B5C4A2a56e
Octal1026050331341125212616
Binary10000101100001010110111011100100101010101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423005; }

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

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

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

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

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

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

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

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