#423300

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

Shades of Mikado #423300

Tints of Mikado #423300

Color information

#423300 (or 0x423300) is unknown color: approx Mikado. HEX triplet: 42, 33 and 00. RGB value is (66,51,0). Sum of RGB (Red+Green+Blue) = 66+51+0=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #423300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423300 is #BDCCFF. Grayscale: #313131. Windows color (decimal): -12438784 or 13122. OLE color: 13122.

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

Color convert

RGB66510-
CMYK00.2310.74
HSL46.36º100%12.94%-
HSV(B)46.36º100%25.88%-
XYZ3.433.530.5-
YUV49.6799.97139.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.41%
G=43.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651000.2310.7446.3610012.94
Hex42330017644A2e64d
Octal1026300271441125614415
Binary100001011001100101111100100100101010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423300; }

 p { color: rgb(66,51,0); }

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

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

 a { background-color: rgb(66,51,0); }

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

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

 span { border-color: rgb(66,51,0); }

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