#443400

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

Shades of Mikado #443400

Tints of Mikado #443400

Color information

#443400 (or 0x443400) is unknown color: approx Mikado. HEX triplet: 44, 34 and 00. RGB value is (68,52,0). Sum of RGB (Red+Green+Blue) = 68+52+0=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #443400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443400 is #BBCBFF. Grayscale: #333333. Windows color (decimal): -12307456 or 13380. OLE color: 13380.

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

Color convert

RGB68520-
CMYK00.2410.73
HSL45.88º100%13.33%-
HSV(B)45.88º100%26.67%-
XYZ3.613.680.52-
YUV50.8699.3140.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.67%
G=43.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852000.2410.7345.8810013.33
Hex4434001864492e64d
Octal1046400301441115614415
Binary100010011010000110001100100100100110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443400; }

 p { color: rgb(68,52,0); }

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

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

 a { background-color: rgb(68,52,0); }

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

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

 span { border-color: rgb(68,52,0); }

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