#433414

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

Shades of Mikado #433414

Tints of Mikado #433414

Color information

#433414 (or 0x433414) is unknown color: approx Mikado. HEX triplet: 43, 34 and 14. RGB value is (67,52,20). Sum of RGB (Red+Green+Blue) = 67+52+20=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #433414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433414 is #BCCBEB. Grayscale: #343434. Windows color (decimal): -12372972 or 1324099. OLE color: 1324099.

HSL color Cylindrical-coordinate representation of color #433414: hue angle of 40.85º 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 #433414 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB675220-
CMYK00.220.700.74
HSL40.85º54.02%17.06%-
HSV(B)40.85º70.15%26.27%-
XYZ3.673.71.18-
YUV52.84109.47138.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=48.20%
G=37.41%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67522000.220.700.7440.8554.0217.06
Hex433414016464A293611
Octal1036424026106112516621
Binary1000011110100101000101101000110100101010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433414; }

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

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

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

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

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

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

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

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