#431F00

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

Shades of Brown Pod #431F00

Tints of Brown Pod #431F00

Color information

#431F00 (or 0x431F00) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 00. RGB value is (67,31,0). Sum of RGB (Red+Green+Blue) = 67+31+0=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F00 is #BCE0FF. Grayscale: #262626. Windows color (decimal): -12378368 or 8003. OLE color: 8003.

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

Color convert

RGB67310-
CMYK00.5410.74
HSL27.76º100%13.14%-
HSV(B)27.76º100%26.27%-
XYZ2.82.170.27-
YUV38.23106.43148.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.37%
G=31.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731000.5410.7427.7610013.14
Hex431F0036644A1c64d
Octal1033700661441123414415
Binary10000111111100110110110010010010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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