#431C0D

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

Shades of Brown Pod #431C0D

Tints of Brown Pod #431C0D

Color information

#431C0D (or 0x431C0D) is unknown color: approx Brown Pod. HEX triplet: 43, 1C and 0D. RGB value is (67,28,13). Sum of RGB (Red+Green+Blue) = 67+28+13=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C0D is #BCE3F2. Grayscale: #262626. Windows color (decimal): -12379123 or 859203. OLE color: 859203.

HSL color Cylindrical-coordinate representation of color #431C0D: hue angle of 16.67º 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 #431C0D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB672813-
CMYK00.580.810.74
HSL16.67º67.5%15.69%-
HSV(B)16.67º80.6%26.27%-
XYZ2.82.050.63-
YUV37.95113.92148.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=62.04%
G=25.93%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67281300.580.810.7416.6767.515.69
Hex431CD03A514A114410
Octal10334150721211122110420
Binary100001111100110101110101010001100101010001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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