Html Css Color HEX #3B1412 Seal Brown

📋 copy color: '#3B1412'

red 59 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #3B1412

Tints of Seal Brown #3B1412

RGB

 RED value IS 59 (23.44% from 255) = 60.82%

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

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 60.82%
G = 20.62%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B1412 (or 0x3B1412) is known color: Seal Brown. HEX triplet: 3B, 14 and 12. RGB value is (59,20,18). Sum of RGB (Red+Green+Blue) = 59+20+18=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1412 is #C4EBED. Grayscale: #1F1F1F. Windows color (decimal): -12905454 or 1184827. OLE color: 1184827.

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

Color convert

RGB 59 20 18 -
CMYK 0 0.66 0.69 0.77
HSL 2.93º 0.53% 0.15% -
HSV(B) 2.93º 0.69% 0.23% -
XYZ 2.16 1.47 0.74 -
YUV 31.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 59 20 18 0 0.66 0.69 0.77 2.93 0.53 0.15
Hex 3B 14 12 0 42 45 4D 3 35 F
Octal 73 24 22 0 102 105 115 3 65 17
Binary 111011 10100 10010 0 1000010 1000101 1001101 11 110101 1111

Color Harmonies of #3B1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1412

Black with #3B1412

Text Example


Text Example

White with #3B1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,18); }

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

background-color css

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

 a { background-color: rgb(59,20,18); }

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

border-color css

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

 span { border-color: rgb(59,20,18); }

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