#431403

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

Shades of Brown Pod #431403

Tints of Brown Pod #431403

Color information

#431403 (or 0x431403) is unknown color: approx Brown Pod. HEX triplet: 43, 14 and 03. RGB value is (67,20,3). Sum of RGB (Red+Green+Blue) = 67+20+3=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #431403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431403 is #BCEBFC. Grayscale: #202020. Windows color (decimal): -12381181 or 201795. OLE color: 201795.

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

Color convert

RGB67203-
CMYK00.700.960.74
HSL15.94º91.43%13.73%-
HSV(B)15.94º95.52%26.27%-
XYZ2.581.70.28-
YUV32.11111.57152.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 74.44%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=74.44%
G=22.22%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6720300.700.960.7415.9491.4313.73
Hex43143046604A105be
Octal10324301061401122013316
Binary1000011101001101000110110000010010101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431403; }

 p { color: rgb(67,20,3); }

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

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

 a { background-color: rgb(67,20,3); }

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

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

 span { border-color: rgb(67,20,3); }

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