#431B1B

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

Shades of Seal Brown #431B1B

Tints of Seal Brown #431B1B

Color information

#431B1B (or 0x431B1B) is unknown color: approx Seal Brown. HEX triplet: 43, 1B and 1B. RGB value is (67,27,27). Sum of RGB (Red+Green+Blue) = 67+27+27=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B1B is #BCE4E4. Grayscale: #272727. Windows color (decimal): -12379365 or 1776451. OLE color: 1776451.

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

Color convert

RGB672727-
CMYK00.600.600.74
HSL42.55%18.43%-
HSV(B)59.7%26.27%-
XYZ2.92.061.28-
YUV38.96121.25148-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=55.37%
G=22.31%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67272700.600.600.74042.5518.43
Hex431B1B03C3C4A02b12
Octal10333330747411205322
Binary1000011110111101101111001111001001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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