#431C1C

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

Shades of Seal Brown #431C1C

Tints of Seal Brown #431C1C

Color information

#431C1C (or 0x431C1C) is unknown color: approx Seal Brown. HEX triplet: 43, 1C and 1C. RGB value is (67,28,28). Sum of RGB (Red+Green+Blue) = 67+28+28=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C1C is #BCE3E3. Grayscale: #272727. Windows color (decimal): -12379108 or 1842243. OLE color: 1842243.

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

Color convert

RGB672828-
CMYK00.580.580.74
HSL41.05%18.63%-
HSV(B)58.21%26.27%-
XYZ2.942.111.35-
YUV39.66121.42147.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=54.47%
G=22.76%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67282800.580.580.74041.0518.63
Hex431C1C03A3A4A02913
Octal10334340727211205123
Binary1000011111001110001110101110101001010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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