#450B02

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

Shades of Seal Brown #450B02

Tints of Seal Brown #450B02

Color information

#450B02 (or 0x450B02) is unknown color: approx Seal Brown. HEX triplet: 45, 0B and 02. RGB value is (69,11,2). Sum of RGB (Red+Green+Blue) = 69+11+2=82 (10% of max value = 765). Red value is 69 (27.34% from 255 or 84.15% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 69 - color contains mainly: red. Hex color #450B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B02 is #BAF4FD. Grayscale: #1B1B1B. Windows color (decimal): -12252414 or 133957. OLE color: 133957.

HSL color Cylindrical-coordinate representation of color #450B02: hue angle of 8.06º 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 #450B02 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB69112-
CMYK00.840.970.73
HSL8.06º94.37%13.92%-
HSV(B)8.06º97.1%27.06%-
XYZ2.581.510.21-
YUV27.32113.72157.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 84.15%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=84.15%
G=13.41%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6911200.840.970.738.0694.3713.92
Hex45B2054614985ee
Octal10513201241411111013616
Binary10001011011100101010011000011001001100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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