#450E02

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

Shades of Seal Brown #450E02

Tints of Seal Brown #450E02

Color information

#450E02 (or 0x450E02) is unknown color: approx Seal Brown. HEX triplet: 45, 0E and 02. RGB value is (69,14,2). Sum of RGB (Red+Green+Blue) = 69+14+2=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #450E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E02 is #BAF1FD. Grayscale: #1D1D1D. Windows color (decimal): -12251646 or 134725. OLE color: 134725.

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

Color convert

RGB69142-
CMYK00.800.970.73
HSL10.75º94.37%13.92%-
HSV(B)10.75º97.1%27.06%-
XYZ2.621.580.22-
YUV29.08112.72156.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 81.18%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=81.18%
G=16.47%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6914200.800.970.7310.7594.3713.92
Hex45E20506149b5ee
Octal10516201201411111313616
Binary10001011110100101000011000011001001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450E02; }

 p { color: rgb(69,14,2); }

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

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

 a { background-color: rgb(69,14,2); }

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

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

 span { border-color: rgb(69,14,2); }

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