Html Css Color HEX #3A1C18 Seal Brown

📋 copy color: '#3A1C18'

red 58 ◦ green 28 ◦ blue 24

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

Shades of Seal Brown #3A1C18

Tints of Seal Brown #3A1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.45%

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

R = 52.73%
G = 25.45%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3A1C18 (or 0x3A1C18) is known color: Seal Brown. HEX triplet: 3A, 1C and 18. RGB value is (58,28,24). Sum of RGB (Red+Green+Blue) = 58+28+24=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1C18 is #C5E3E7. Grayscale: #242424. Windows color (decimal): -12968936 or 1580090. OLE color: 1580090.

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

Color convert

RGB 58 28 24 -
CMYK 0 0.52 0.59 0.77
HSL 7.06º 0.41% 0.16% -
HSV(B) 7.06º 0.59% 0.23% -
XYZ 2.33 1.8 1.09 -
YUV 36.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 58 28 24 0 0.52 0.59 0.77 7.06 0.41 0.16
Hex 3A 1C 18 0 34 3B 4D 7 29 10
Octal 72 34 30 0 64 73 115 7 51 20
Binary 111010 11100 11000 0 110100 111011 1001101 111 101001 10000

Color Harmonies of #3A1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C18

Black with #3A1C18

Text Example


Text Example

White with #3A1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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