#433010

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

Shades of Mikado #433010

Tints of Mikado #433010

Color information

#433010 (or 0x433010) is unknown color: approx Mikado. HEX triplet: 43, 30 and 10. RGB value is (67,48,16). Sum of RGB (Red+Green+Blue) = 67+48+16=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #433010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433010 is #BCCFEF. Grayscale: #323232. Windows color (decimal): -12374000 or 1060931. OLE color: 1060931.

HSL color Cylindrical-coordinate representation of color #433010: hue angle of 37.65º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #433010 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB674816-
CMYK00.280.760.74
HSL37.65º61.45%16.27%-
HSV(B)37.65º76.12%26.27%-
XYZ3.473.340.95-
YUV50.03108.79140.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=51.15%
G=36.64%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67481600.280.760.7437.6561.4516.27
Hex43301001C4C4A263d10
Octal1036020034114112467520
Binary1000011110000100000111001001100100101010011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433010; }

 p { color: rgb(67,48,16); }

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

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

 a { background-color: rgb(67,48,16); }

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

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

 span { border-color: rgb(67,48,16); }

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