#451000

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

Shades of Seal Brown #451000

Tints of Seal Brown #451000

Color information

#451000 (or 0x451000) is unknown color: approx Seal Brown. HEX triplet: 45, 10 and 00. RGB value is (69,16,0). Sum of RGB (Red+Green+Blue) = 69+16+0=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #451000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451000 is #BAEFFF. Grayscale: #1E1E1E. Windows color (decimal): -12251136 or 4165. OLE color: 4165.

HSL color Cylindrical-coordinate representation of color #451000: hue angle of 13.91º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #451000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69160-
CMYK00.7710.73
HSL13.91º100%13.53%-
HSV(B)13.91º100%27.06%-
XYZ2.641.640.18-
YUV30.02111.06155.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 81.18%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.18%
G=18.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6916000.7710.7313.9110013.53
Hex4510004D6449e64e
Octal10520001151441111614416
Binary10001011000000100110111001001001001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451000; }

 p { color: rgb(69,16,0); }

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

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

 a { background-color: rgb(69,16,0); }

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

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

 span { border-color: rgb(69,16,0); }

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