#431B0B

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

Shades of Brown Pod #431B0B

Tints of Brown Pod #431B0B

Color information

#431B0B (or 0x431B0B) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 0B. RGB value is (67,27,11). Sum of RGB (Red+Green+Blue) = 67+27+11=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B0B is #BCE4F4. Grayscale: #252525. Windows color (decimal): -12379381 or 727875. OLE color: 727875.

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

Color convert

RGB672711-
CMYK00.600.840.74
HSL17.14º71.79%15.29%-
HSV(B)17.14º83.58%26.27%-
XYZ2.7720.56-
YUV37.14113.25149.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=63.81%
G=25.71%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67271100.600.840.7417.1471.7915.29
Hex431BB03C544A1148f
Octal10333130741241122111017
Binary10000111101110110111100101010010010101000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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