Html Css Color HEX #3A1813 Seal Brown

📋 copy color: '#3A1813'

red 58 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #3A1813

Tints of Seal Brown #3A1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.76%

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

R = 57.43%
G = 23.76%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A1813 (or 0x3A1813) is known color: Seal Brown. HEX triplet: 3A, 18 and 13. RGB value is (58,24,19). Sum of RGB (Red+Green+Blue) = 58+24+19=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1813 is #C5E7EC. Grayscale: #212121. Windows color (decimal): -12969965 or 1251386. OLE color: 1251386.

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

Color convert

RGB 58 24 19 -
CMYK 0 0.59 0.67 0.77
HSL 7.69º 0.51% 0.15% -
HSV(B) 7.69º 0.67% 0.23% -
XYZ 2.19 1.6 0.81 -
YUV 33.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 58 24 19 0 0.59 0.67 0.77 7.69 0.51 0.15
Hex 3A 18 13 0 3B 43 4D 8 33 F
Octal 72 30 23 0 73 103 115 10 63 17
Binary 111010 11000 10011 0 111011 1000011 1001101 1000 110011 1111

Color Harmonies of #3A1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1813

Black with #3A1813

Text Example


Text Example

White with #3A1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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