Html Css Color HEX #451210 Seal Brown

📋 copy color: '#451210'

red 69 ◦ green 18 ◦ blue 16

#451210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #451210

Tints of Seal Brown #451210

RGB

 RED value IS 69 (27.34% from 255) = 66.99%

 GREEN value IS 18 (7.42% from 255) = 17.48%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 66.99%
G = 17.48%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#451210 (or 0x451210) is known color: Seal Brown. HEX triplet: 45, 12 and 10. RGB value is (69,18,16). Sum of RGB (Red+Green+Blue) = 69+18+16=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #451210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451210 is #BAEDEF. Grayscale: #212121. Windows color (decimal): -12250608 or 1053253. OLE color: 1053253.

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

Color convert

RGB 69 18 16 -
CMYK 0 0.74 0.77 0.73
HSL 2.26º 0.62% 0.17% -
HSV(B) 2.26º 0.77% 0.27% -
XYZ 2.76 1.74 0.68 -
YUV 33.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 69 18 16 0 0.74 0.77 0.73 2.26 0.62 0.17
Hex 45 12 10 0 4A 4D 49 2 3E 11
Octal 105 22 20 0 112 115 111 2 76 21
Binary 1000101 10010 10000 0 1001010 1001101 1001001 10 111110 10001

Color Harmonies of #451210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451210

Black with #451210

Text Example


Text Example

White with #451210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451210; }

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

 H1.HeaderClassName
 {
   color: #451210;
 }
 .AnyTagClassName
 {
   color: #451210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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