#432315

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

Shades of Brown Pod #432315

Tints of Brown Pod #432315

Color information

#432315 (or 0x432315) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 15. RGB value is (67,35,21). Sum of RGB (Red+Green+Blue) = 67+35+21=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432315 is #BCDCEA. Grayscale: #2B2B2B. Windows color (decimal): -12377323 or 1385283. OLE color: 1385283.

HSL color Cylindrical-coordinate representation of color #432315: hue angle of 18.26º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432315 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB673521-
CMYK00.480.690.74
HSL18.26º52.27%17.25%-
HSV(B)18.26º68.66%26.27%-
XYZ3.052.451.02-
YUV42.97115.6145.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=54.47%
G=28.46%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67352100.480.690.7418.2652.2717.25
Hex432315030454A123411
Octal1034325060105112226421
Binary1000011100011101010110000100010110010101001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432315; }

 p { color: rgb(67,35,21); }

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

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

 a { background-color: rgb(67,35,21); }

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

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

 span { border-color: rgb(67,35,21); }

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