#431F1A

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

Shades of Brown Pod #431F1A

Tints of Brown Pod #431F1A

Color information

#431F1A (or 0x431F1A) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 1A. RGB value is (67,31,26). Sum of RGB (Red+Green+Blue) = 67+31+26=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F1A is #BCE0E5. Grayscale: #292929. Windows color (decimal): -12378342 or 1711939. OLE color: 1711939.

HSL color Cylindrical-coordinate representation of color #431F1A: hue angle of 7.32º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431F1A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB673126-
CMYK00.540.610.74
HSL7.32º44.09%18.24%-
HSV(B)7.32º61.19%26.27%-
XYZ2.992.251.25-
YUV41.19119.43146.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=54.03%
G=25%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67312600.540.610.747.3244.0918.24
Hex431F1A0363D4A72c12
Octal10337320667511275422
Binary100001111111110100110110111101100101011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431F1A; }

 p { color: rgb(67,31,26); }

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

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

 a { background-color: rgb(67,31,26); }

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

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

 span { border-color: rgb(67,31,26); }

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