Html Css Color HEX #3B1413 Seal Brown

📋 copy color: '#3B1413'

red 59 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #3B1413

Tints of Seal Brown #3B1413

RGB

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

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

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

R = 60.2%
G = 20.41%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B1413 (or 0x3B1413) is known color: Seal Brown. HEX triplet: 3B, 14 and 13. RGB value is (59,20,19). Sum of RGB (Red+Green+Blue) = 59+20+19=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1413 is #C4EBEC. Grayscale: #1F1F1F. Windows color (decimal): -12905453 or 1250363. OLE color: 1250363.

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

Color convert

RGB 59 20 19 -
CMYK 0 0.66 0.68 0.77
HSL 1.5º 0.51% 0.15% -
HSV(B) 1.5º 0.68% 0.23% -
XYZ 2.17 1.48 0.79 -
YUV 31.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 59 20 19 0 0.66 0.68 0.77 1.5 0.51 0.15
Hex 3B 14 13 0 42 44 4D 2 33 F
Octal 73 24 23 0 102 104 115 2 63 17
Binary 111011 10100 10011 0 1000010 1000100 1001101 10 110011 1111

Color Harmonies of #3B1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1413

Black with #3B1413

Text Example


Text Example

White with #3B1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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