Html Css Color HEX #3A1713 Seal Brown

📋 copy color: '#3A1713'

red 58 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #3A1713

Tints of Seal Brown #3A1713

RGB

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

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

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

R = 58%
G = 23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A1713 (or 0x3A1713) is known color: Seal Brown. HEX triplet: 3A, 17 and 13. RGB value is (58,23,19). Sum of RGB (Red+Green+Blue) = 58+23+19=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1713 is #C5E8EC. Grayscale: #212121. Windows color (decimal): -12970221 or 1251130. OLE color: 1251130.

HSL color Cylindrical-coordinate representation of color #3A1713: hue angle of 6.15º 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 #3A1713 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 23 19 -
CMYK 0 0.60 0.67 0.77
HSL 6.15º 0.51% 0.15% -
HSV(B) 6.15º 0.67% 0.23% -
XYZ 2.17 1.56 0.8 -
YUV 33.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 58 23 19 0 0.60 0.67 0.77 6.15 0.51 0.15
Hex 3A 17 13 0 3C 43 4D 6 33 F
Octal 72 27 23 0 74 103 115 6 63 17
Binary 111010 10111 10011 0 111100 1000011 1001101 110 110011 1111

Color Harmonies of #3A1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1713

Black with #3A1713

Text Example


Text Example

White with #3A1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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