Html Css Color HEX #451713 Seal Brown

📋 copy color: '#451713'

red 69 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #451713

Tints of Seal Brown #451713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.72%

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

R = 62.16%
G = 20.72%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#451713 (or 0x451713) is known color: Seal Brown. HEX triplet: 45, 17 and 13. RGB value is (69,23,19). Sum of RGB (Red+Green+Blue) = 69+23+19=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451713 is #BAE8EC. Grayscale: #242424. Windows color (decimal): -12249325 or 1251141. OLE color: 1251141.

HSL color Cylindrical-coordinate representation of color #451713: hue angle of 4.8º 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 #451713 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 23 19 -
CMYK 0 0.67 0.72 0.73
HSL 4.8º 0.57% 0.17% -
HSV(B) 4.8º 0.72% 0.27% -
XYZ 2.88 1.93 0.84 -
YUV 36.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 69 23 19 0 0.67 0.72 0.73 4.8 0.57 0.17
Hex 45 17 13 0 43 48 49 5 39 11
Octal 105 27 23 0 103 110 111 5 71 21
Binary 1000101 10111 10011 0 1000011 1001000 1001001 101 111001 10001

Color Harmonies of #451713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451713

Black with #451713

Text Example


Text Example

White with #451713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451713; }

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

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

background-color css

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

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

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

border-color css

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

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

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