Html Css Color HEX #3A1918 Seal Brown

📋 copy color: '#3A1918'

red 58 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #3A1918

Tints of Seal Brown #3A1918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.43%

R = 54.21%
G = 23.36%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3A1918 (or 0x3A1918) is known color: Seal Brown. HEX triplet: 3A, 19 and 18. RGB value is (58,25,24). Sum of RGB (Red+Green+Blue) = 58+25+24=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1918 is #C5E6E7. Grayscale: #222222. Windows color (decimal): -12969704 or 1579322. OLE color: 1579322.

HSL color Cylindrical-coordinate representation of color #3A1918: hue angle of 1.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1918 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 25 24 -
CMYK 0 0.57 0.59 0.77
HSL 1.76º 0.41% 0.16% -
HSV(B) 1.76º 0.59% 0.23% -
XYZ 2.26 1.66 1.07 -
YUV 34.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 58 25 24 0 0.57 0.59 0.77 1.76 0.41 0.16
Hex 3A 19 18 0 39 3B 4D 2 29 10
Octal 72 31 30 0 71 73 115 2 51 20
Binary 111010 11001 11000 0 111001 111011 1001101 10 101001 10000

Color Harmonies of #3A1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1918

Black with #3A1918

Text Example


Text Example

White with #3A1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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