#431504

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

Shades of Brown Pod #431504

Tints of Brown Pod #431504

Color information

#431504 (or 0x431504) is unknown color: approx Brown Pod. HEX triplet: 43, 15 and 04. RGB value is (67,21,4). Sum of RGB (Red+Green+Blue) = 67+21+4=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #431504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431504 is #BCEAFB. Grayscale: #202020. Windows color (decimal): -12380924 or 267587. OLE color: 267587.

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

Color convert

RGB67214-
CMYK00.690.940.74
HSL16.19º88.73%13.92%-
HSV(B)16.19º94.03%26.27%-
XYZ2.61.740.31-
YUV32.82111.74152.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=72.83%
G=22.83%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6721400.690.940.7416.1988.7313.92
Hex431540455E4A1059e
Octal10325401051361122013116
Binary10000111010110001000101101111010010101000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431504; }

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

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

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

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

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

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

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

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