Html Css Color HEX #3A1413 Seal Brown

📋 copy color: '#3A1413'

red 58 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #3A1413

Tints of Seal Brown #3A1413

RGB

 RED value IS 58 (23.05% from 255) = 59.79%

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

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

R = 59.79%
G = 20.62%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A1413 (or 0x3A1413) is known color: Seal Brown. HEX triplet: 3A, 14 and 13. RGB value is (58,20,19). Sum of RGB (Red+Green+Blue) = 58+20+19=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1413 is #C5EBEC. Grayscale: #1F1F1F. Windows color (decimal): -12970989 or 1250362. OLE color: 1250362.

HSL color Cylindrical-coordinate representation of color #3A1413: hue angle of 1.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1413 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 20 19 -
CMYK 0 0.66 0.67 0.77
HSL 1.54º 0.51% 0.15% -
HSV(B) 1.54º 0.67% 0.23% -
XYZ 2.11 1.45 0.78 -
YUV 31.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 58 20 19 0 0.66 0.67 0.77 1.54 0.51 0.15
Hex 3A 14 13 0 42 43 4D 2 33 F
Octal 72 24 23 0 102 103 115 2 63 17
Binary 111010 10100 10011 0 1000010 1000011 1001101 10 110011 1111

Color Harmonies of #3A1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1413

Black with #3A1413

Text Example


Text Example

White with #3A1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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