#431E0B

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

Shades of Brown Pod #431E0B

Tints of Brown Pod #431E0B

Color information

#431E0B (or 0x431E0B) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 0B. RGB value is (67,30,11). Sum of RGB (Red+Green+Blue) = 67+30+11=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E0B is #BCE1F4. Grayscale: #272727. Windows color (decimal): -12378613 or 728643. OLE color: 728643.

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

Color convert

RGB673011-
CMYK00.550.840.74
HSL20.36º71.79%15.29%-
HSV(B)20.36º83.58%26.27%-
XYZ2.842.150.58-
YUV38.9112.26148.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=62.04%
G=27.78%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67301100.550.840.7420.3671.7915.29
Hex431EB037544A1448f
Octal10336130671241122411017
Binary10000111111010110110111101010010010101010010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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