#431D0D

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

Shades of Brown Pod #431D0D

Tints of Brown Pod #431D0D

Color information

#431D0D (or 0x431D0D) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 0D. RGB value is (67,29,13). Sum of RGB (Red+Green+Blue) = 67+29+13=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D0D is #BCE2F2. Grayscale: #262626. Windows color (decimal): -12378867 or 859459. OLE color: 859459.

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

Color convert

RGB672913-
CMYK00.570.810.74
HSL17.78º67.5%15.69%-
HSV(B)17.78º80.6%26.27%-
XYZ2.832.10.64-
YUV38.54113.59148.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=61.47%
G=26.61%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67291300.570.810.7417.7867.515.69
Hex431DD039514A124410
Octal10335150711211122210420
Binary100001111101110101110011010001100101010010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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