#423411

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

Shades of Mikado #423411

Tints of Mikado #423411

Color information

#423411 (or 0x423411) is unknown color: approx Mikado. HEX triplet: 42, 34 and 11. RGB value is (66,52,17). Sum of RGB (Red+Green+Blue) = 66+52+17=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423411 is #BDCBEE. Grayscale: #343434. Windows color (decimal): -12438511 or 1127490. OLE color: 1127490.

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

Color convert

RGB665217-
CMYK00.210.740.74
HSL42.86º59.04%16.27%-
HSV(B)42.86º74.24%25.88%-
XYZ3.583.651.05-
YUV52.2108.14137.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=48.89%
G=38.52%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66521700.210.740.7442.8659.0416.27
Hex4234110154A4A2b3b10
Octal1026421025112112537320
Binary1000010110100100010101011001010100101010101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423411; }

 p { color: rgb(66,52,17); }

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

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

 a { background-color: rgb(66,52,17); }

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

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

 span { border-color: rgb(66,52,17); }

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