#431D07

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

Shades of Brown Pod #431D07

Tints of Brown Pod #431D07

Color information

#431D07 (or 0x431D07) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 07. RGB value is (67,29,7). Sum of RGB (Red+Green+Blue) = 67+29+7=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D07 is #BCE2F8. Grayscale: #252525. Windows color (decimal): -12378873 or 466243. OLE color: 466243.

HSL color Cylindrical-coordinate representation of color #431D07: hue angle of 22º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431D07 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB67297-
CMYK00.570.900.74
HSL22º81.08%14.51%-
HSV(B)22º89.55%26.27%-
XYZ2.792.090.46-
YUV37.85110.59148.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=65.05%
G=28.16%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6729700.570.900.742281.0814.51
Hex431D70395A4A1651f
Octal1033570711321122612117
Binary1000011111011110111001101101010010101011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,29,7); }

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

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

 a { background-color: rgb(67,29,7); }

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

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

 span { border-color: rgb(67,29,7); }

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