Html Css Color HEX #451513 Seal Brown

📋 copy color: '#451513'

red 69 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #451513

Tints of Seal Brown #451513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 63.3%
G = 19.27%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#451513 (or 0x451513) is known color: Seal Brown. HEX triplet: 45, 15 and 13. RGB value is (69,21,19). Sum of RGB (Red+Green+Blue) = 69+21+19=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451513 is #BAEAEC. Grayscale: #232323. Windows color (decimal): -12249837 or 1250629. OLE color: 1250629.

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

Color convert

RGB 69 21 19 -
CMYK 0 0.70 0.72 0.73
HSL 2.4º 0.57% 0.17% -
HSV(B) 2.4º 0.72% 0.27% -
XYZ 2.84 1.85 0.82 -
YUV 35.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 69 21 19 0 0.70 0.72 0.73 2.4 0.57 0.17
Hex 45 15 13 0 46 48 49 2 39 11
Octal 105 25 23 0 106 110 111 2 71 21
Binary 1000101 10101 10011 0 1000110 1001000 1001001 10 111001 10001

Color Harmonies of #451513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451513

Black with #451513

Text Example


Text Example

White with #451513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451513; }

 p { color: rgb(69,21,19); }

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

background-color css

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

 a { background-color: rgb(69,21,19); }

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

border-color css

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

 span { border-color: rgb(69,21,19); }

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