Html Css Color HEX #451413 Seal Brown

📋 copy color: '#451413'

red 69 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #451413

Tints of Seal Brown #451413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 63.89%
G = 18.52%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#451413 (or 0x451413) is known color: Seal Brown. HEX triplet: 45, 14 and 13. RGB value is (69,20,19). Sum of RGB (Red+Green+Blue) = 69+20+19=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451413 is #BAEBEC. Grayscale: #222222. Windows color (decimal): -12250093 or 1250373. OLE color: 1250373.

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

Color convert

RGB 69 20 19 -
CMYK 0 0.71 0.72 0.73
HSL 1.2º 0.57% 0.17% -
HSV(B) 1.2º 0.72% 0.27% -
XYZ 2.82 1.81 0.82 -
YUV 34.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 69 20 19 0 0.71 0.72 0.73 1.2 0.57 0.17
Hex 45 14 13 0 47 48 49 1 39 11
Octal 105 24 23 0 107 110 111 1 71 21
Binary 1000101 10100 10011 0 1000111 1001000 1001001 1 111001 10001

Color Harmonies of #451413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451413

Black with #451413

Text Example


Text Example

White with #451413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451413; }

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

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

background-color css

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

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

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

border-color css

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

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

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