Html Css Color HEX #451919 Seal Brown

📋 copy color: '#451919'

red 69 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #451919

Tints of Seal Brown #451919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.01%

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 57.98%
G = 21.01%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#451919 (or 0x451919) is known color: Seal Brown. HEX triplet: 45, 19 and 19. RGB value is (69,25,25). Sum of RGB (Red+Green+Blue) = 69+25+25=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #451919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451919 is #BAE6E6. Grayscale: #262626. Windows color (decimal): -12248807 or 1644869. OLE color: 1644869.

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

Color convert

RGB 69 25 25 -
CMYK 0 0.64 0.64 0.73
HSL 0.47% 0.18% -
HSV(B) 0.64% 0.27% -
XYZ 2.98 2.03 1.15 -
YUV 38.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 69 25 25 0 0.64 0.64 0.73 0 0.47 0.18
Hex 45 19 19 0 40 40 49 0 2F 12
Octal 105 31 31 0 100 100 111 0 57 22
Binary 1000101 11001 11001 0 1000000 1000000 1001001 0 101111 10010

Color Harmonies of #451919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451919

Black with #451919

Text Example


Text Example

White with #451919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451919; }

 p { color: rgb(69,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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