#433314

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

Shades of Mikado #433314

Tints of Mikado #433314

Color information

#433314 (or 0x433314) is unknown color: approx Mikado. HEX triplet: 43, 33 and 14. RGB value is (67,51,20). Sum of RGB (Red+Green+Blue) = 67+51+20=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #433314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433314 is #BCCCEB. Grayscale: #343434. Windows color (decimal): -12373228 or 1323843. OLE color: 1323843.

HSL color Cylindrical-coordinate representation of color #433314: hue angle of 39.57º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #433314 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB675120-
CMYK00.240.700.74
HSL39.57º54.02%17.06%-
HSV(B)39.57º70.15%26.27%-
XYZ3.623.611.17-
YUV52.25109.8138.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=48.55%
G=36.96%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67512000.240.700.7439.5754.0217.06
Hex433314018464A283611
Octal1036324030106112506621
Binary1000011110011101000110001000110100101010100011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433314; }

 p { color: rgb(67,51,20); }

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

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

 a { background-color: rgb(67,51,20); }

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

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

 span { border-color: rgb(67,51,20); }

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