#432F0B

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

Shades of Mikado #432F0B

Tints of Mikado #432F0B

Color information

#432F0B (or 0x432F0B) is unknown color: approx Mikado. HEX triplet: 43, 2F and 0B. RGB value is (67,47,11). Sum of RGB (Red+Green+Blue) = 67+47+11=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F0B is #BCD0F4. Grayscale: #313131. Windows color (decimal): -12374261 or 732995. OLE color: 732995.

HSL color Cylindrical-coordinate representation of color #432F0B: hue angle of 38.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #432F0B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB674711-
CMYK00.300.840.74
HSL38.57º71.79%15.29%-
HSV(B)38.57º83.58%26.27%-
XYZ3.393.250.77-
YUV48.88106.63140.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=53.6%
G=37.6%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67471100.300.840.7438.5771.7915.29
Hex432FB01E544A2748f
Octal10357130361241124711017
Binary100001110111110110111101010100100101010011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432F0B; }

 p { color: rgb(67,47,11); }

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

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

 a { background-color: rgb(67,47,11); }

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

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

 span { border-color: rgb(67,47,11); }

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