#451B1A

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

Shades of Seal Brown #451B1A

Tints of Seal Brown #451B1A

Color information

#451B1A (or 0x451B1A) is unknown color: approx Seal Brown. HEX triplet: 45, 1B and 1A. RGB value is (69,27,26). Sum of RGB (Red+Green+Blue) = 69+27+26=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B1A is #BAE4E5. Grayscale: #272727. Windows color (decimal): -12248294 or 1710917. OLE color: 1710917.

HSL color Cylindrical-coordinate representation of color #451B1A: hue angle of 1.4º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451B1A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB692726-
CMYK00.610.620.73
HSL1.4º45.26%18.63%-
HSV(B)1.4º62.32%27.06%-
XYZ3.032.121.23-
YUV39.44120.41149.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=56.56%
G=22.13%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69272600.610.620.731.445.2618.63
Hex451B1A03D3E4912d13
Octal10533320757611115523
Binary1000101110111101001111011111101001001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B1A; }

 p { color: rgb(69,27,26); }

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

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

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

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

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

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

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