#431203

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

Shades of Brown Pod #431203

Tints of Brown Pod #431203

Color information

#431203 (or 0x431203) is unknown color: approx Brown Pod. HEX triplet: 43, 12 and 03. RGB value is (67,18,3). Sum of RGB (Red+Green+Blue) = 67+18+3=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #431203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431203 is #BCEDFC. Grayscale: #1F1F1F. Windows color (decimal): -12381693 or 201283. OLE color: 201283.

HSL color Cylindrical-coordinate representation of color #431203: hue angle of 14.06º 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 #431203 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB67183-
CMYK00.730.960.74
HSL14.06º91.43%13.73%-
HSV(B)14.06º95.52%26.27%-
XYZ2.551.630.27-
YUV30.94112.23153.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 76.14%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=76.14%
G=20.45%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6718300.730.960.7414.0691.4313.73
Hex43123049604Ae5be
Octal10322301111401121613316
Binary100001110010110100100111000001001010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431203; }

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

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

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

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

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

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

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

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