#431C13

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

Shades of Brown Pod #431C13

Tints of Brown Pod #431C13

Color information

#431C13 (or 0x431C13) is unknown color: approx Brown Pod. HEX triplet: 43, 1C and 13. RGB value is (67,28,19). Sum of RGB (Red+Green+Blue) = 67+28+19=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C13 is #BCE3EC. Grayscale: #262626. Windows color (decimal): -12379117 or 1252419. OLE color: 1252419.

HSL color Cylindrical-coordinate representation of color #431C13: hue angle of 11.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431C13 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB672819-
CMYK00.580.720.74
HSL11.25º55.81%16.86%-
HSV(B)11.25º71.64%26.27%-
XYZ2.852.070.87-
YUV38.63116.92148.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=58.77%
G=24.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67281900.580.720.7411.2555.8116.86
Hex431C1303A484Ab3811
Octal1033423072110112137021
Binary10000111110010011011101010010001001010101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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