#431A0D

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

Shades of Brown Pod #431A0D

Tints of Brown Pod #431A0D

Color information

#431A0D (or 0x431A0D) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 0D. RGB value is (67,26,13). Sum of RGB (Red+Green+Blue) = 67+26+13=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0D is #BCE5F2. Grayscale: #242424. Windows color (decimal): -12379635 or 858691. OLE color: 858691.

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

Color convert

RGB672613-
CMYK00.610.810.74
HSL14.44º67.5%15.69%-
HSV(B)14.44º80.6%26.27%-
XYZ2.761.960.61-
YUV36.78114.58149.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=63.21%
G=24.53%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67261300.610.810.7414.4467.515.69
Hex431AD03D514Ae4410
Octal10332150751211121610420
Binary10000111101011010111101101000110010101110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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