#433300

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

Shades of Mikado #433300

Tints of Mikado #433300

Color information

#433300 (or 0x433300) is unknown color: approx Mikado. HEX triplet: 43, 33 and 00. RGB value is (67,51,0). Sum of RGB (Red+Green+Blue) = 67+51+0=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #433300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433300 is #BCCCFF. Grayscale: #323232. Windows color (decimal): -12373248 or 13123. OLE color: 13123.

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

Color convert

RGB67510-
CMYK00.2410.74
HSL45.67º100%13.14%-
HSV(B)45.67º100%26.27%-
XYZ3.53.560.5-
YUV49.9799.8140.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.78%
G=43.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6751000.2410.7445.6710013.14
Hex43330018644A2e64d
Octal1036300301441125614415
Binary100001111001100110001100100100101010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433300; }

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

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

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

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

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

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

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

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