#433500

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

Shades of Mikado #433500

Tints of Mikado #433500

Color information

#433500 (or 0x433500) is unknown color: approx Mikado. HEX triplet: 43, 35 and 00. RGB value is (67,53,0). Sum of RGB (Red+Green+Blue) = 67+53+0=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #433500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433500 is #BCCAFF. Grayscale: #333333. Windows color (decimal): -12372736 or 13635. OLE color: 13635.

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

Color convert

RGB67530-
CMYK00.2110.74
HSL47.46º100%13.14%-
HSV(B)47.46º100%26.27%-
XYZ3.593.740.53-
YUV51.1499.14139.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.83%
G=44.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6753000.2110.7447.4610013.14
Hex43350015644A2f64d
Octal1036500251441125714415
Binary100001111010100101011100100100101010111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433500; }

 p { color: rgb(67,53,0); }

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

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

 a { background-color: rgb(67,53,0); }

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

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

 span { border-color: rgb(67,53,0); }

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