#423008

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

Shades of Mikado #423008

Tints of Mikado #423008

Color information

#423008 (or 0x423008) is unknown color: approx Mikado. HEX triplet: 42, 30 and 08. RGB value is (66,48,8). Sum of RGB (Red+Green+Blue) = 66+48+8=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #423008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423008 is #BDCFF7. Grayscale: #313131. Windows color (decimal): -12439544 or 536642. OLE color: 536642.

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

Color convert

RGB66488-
CMYK00.270.880.74
HSL41.38º78.38%14.51%-
HSV(B)41.38º87.88%25.88%-
XYZ3.353.290.69-
YUV48.82104.96140.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=54.10%
G=39.34%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6648800.270.880.7441.3878.3814.51
Hex4230801B584A294ef
Octal10260100331301125111617
Binary100001011000010000110111011000100101010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423008; }

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

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

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

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

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

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

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

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