#431205

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

Shades of Seal Brown #431205

Tints of Seal Brown #431205

Color information

#431205 (or 0x431205) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 05. RGB value is (67,18,5). Sum of RGB (Red+Green+Blue) = 67+18+5=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #431205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431205 is #BCEDFA. Grayscale: #1F1F1F. Windows color (decimal): -12381691 or 332355. OLE color: 332355.

HSL color Cylindrical-coordinate representation of color #431205: hue angle of 12.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431205 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67185-
CMYK00.730.930.74
HSL12.58º86.11%14.12%-
HSV(B)12.58º92.54%26.27%-
XYZ2.561.640.32-
YUV31.17113.23153.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 74.44%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=74.44%
G=20%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6718500.730.930.7412.5886.1114.12
Hex431250495D4Ad56e
Octal10322501111351121512616
Binary1000011100101010100100110111011001010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431205; }

 p { color: rgb(67,18,5); }

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

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

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

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

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

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

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