#431A0B

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

Shades of Brown Pod #431A0B

Tints of Brown Pod #431A0B

Color information

#431A0B (or 0x431A0B) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 0B. RGB value is (67,26,11). Sum of RGB (Red+Green+Blue) = 67+26+11=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0B is #BCE5F4. Grayscale: #242424. Windows color (decimal): -12379637 or 727619. OLE color: 727619.

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

Color convert

RGB672611-
CMYK00.610.840.74
HSL16.07º71.79%15.29%-
HSV(B)16.07º83.58%26.27%-
XYZ2.741.960.55-
YUV36.55113.58149.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=64.42%
G=25%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67261100.610.840.7416.0771.7915.29
Hex431AB03D544A1048f
Octal10332130751241122011017
Binary10000111101010110111101101010010010101000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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