#431D0A

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

Shades of Brown Pod #431D0A

Tints of Brown Pod #431D0A

Color information

#431D0A (or 0x431D0A) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 0A. RGB value is (67,29,10). Sum of RGB (Red+Green+Blue) = 67+29+10=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D0A is #BCE2F5. Grayscale: #262626. Windows color (decimal): -12378870 or 662851. OLE color: 662851.

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

Color convert

RGB672910-
CMYK00.570.850.74
HSL20º74.03%15.1%-
HSV(B)20º85.07%26.27%-
XYZ2.812.090.54-
YUV38.2112.09148.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=63.21%
G=27.36%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67291000.570.850.742074.0315.1
Hex431DA039554A144af
Octal10335120711251122411217
Binary10000111110110100111001101010110010101010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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