#43310D

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

Shades of Mikado #43310D

Tints of Mikado #43310D

Color information

#43310D (or 0x43310D) is unknown color: approx Mikado. HEX triplet: 43, 31 and 0D. RGB value is (67,49,13). Sum of RGB (Red+Green+Blue) = 67+49+13=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43310D is #BCCEF2. Grayscale: #323232. Windows color (decimal): -12373747 or 864579. OLE color: 864579.

HSL color Cylindrical-coordinate representation of color #43310D: hue angle of 40º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43310D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB674913-
CMYK00.270.810.74
HSL40º67.5%15.69%-
HSV(B)40º80.6%26.27%-
XYZ3.493.420.86-
YUV50.28106.96139.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=51.94%
G=37.98%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67491300.270.810.744067.515.69
Hex4331D01B514A284410
Octal10361150331211125010420
Binary1000011110001110101101110100011001010101000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43310D; }

 p { color: rgb(67,49,13); }

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

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

 a { background-color: rgb(67,49,13); }

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

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

 span { border-color: rgb(67,49,13); }

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