#423402

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

Shades of Mikado #423402

Tints of Mikado #423402

Color information

#423402 (or 0x423402) is unknown color: approx Mikado. HEX triplet: 42, 34 and 02. RGB value is (66,52,2). Sum of RGB (Red+Green+Blue) = 66+52+2=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #423402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423402 is #BDCBFD. Grayscale: #323232. Windows color (decimal): -12438526 or 144450. OLE color: 144450.

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

Color convert

RGB66522-
CMYK00.210.970.74
HSL46.87º94.12%13.33%-
HSV(B)46.87º96.97%25.88%-
XYZ3.493.620.57-
YUV50.49100.64139.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=55%
G=43.33%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6652200.210.970.7446.8794.1213.33
Hex42342015614A2f5ed
Octal1026420251411125713615
Binary1000010110100100101011100001100101010111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423402; }

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

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

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

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

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

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

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

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