#423108

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

Shades of Mikado #423108

Tints of Mikado #423108

Color information

#423108 (or 0x423108) is unknown color: approx Mikado. HEX triplet: 42, 31 and 08. RGB value is (66,49,8). Sum of RGB (Red+Green+Blue) = 66+49+8=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #423108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423108 is #BDCEF7. Grayscale: #313131. Windows color (decimal): -12439288 or 536898. OLE color: 536898.

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

Color convert

RGB66498-
CMYK00.260.880.74
HSL42.41º78.38%14.51%-
HSV(B)42.41º87.88%25.88%-
XYZ3.393.370.7-
YUV49.41104.63139.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=53.66%
G=39.84%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6649800.260.880.7442.4178.3814.51
Hex4231801A584A2a4ef
Octal10261100321301125211617
Binary100001011000110000110101011000100101010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423108; }

 p { color: rgb(66,49,8); }

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

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

 a { background-color: rgb(66,49,8); }

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

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

 span { border-color: rgb(66,49,8); }

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