#431B11

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

Shades of Brown Pod #431B11

Tints of Brown Pod #431B11

Color information

#431B11 (or 0x431B11) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 11. RGB value is (67,27,17). Sum of RGB (Red+Green+Blue) = 67+27+17=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B11 is #BCE4EE. Grayscale: #252525. Windows color (decimal): -12379375 or 1121091. OLE color: 1121091.

HSL color Cylindrical-coordinate representation of color #431B11: hue angle of 12º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431B11 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB672717-
CMYK00.600.750.74
HSL12º59.52%16.47%-
HSV(B)12º74.63%26.27%-
XYZ2.812.020.77-
YUV37.82116.25148.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=60.36%
G=24.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67271700.600.750.741259.5216.47
Hex431B1103C4B4Ac3c10
Octal1033321074113112147420
Binary10000111101110001011110010010111001010110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,27,17); }

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

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

 a { background-color: rgb(67,27,17); }

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

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

 span { border-color: rgb(67,27,17); }

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