Html Css Color HEX #3B1E1D Seal Brown

📋 copy color: '#3B1E1D'

red 59 ◦ green 30 ◦ blue 29

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

Shades of Seal Brown #3B1E1D

Tints of Seal Brown #3B1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.42%

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 50%
G = 25.42%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#3B1E1D (or 0x3B1E1D) is known color: Seal Brown. HEX triplet: 3B, 1E and 1D. RGB value is (59,30,29). Sum of RGB (Red+Green+Blue) = 59+30+29=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E1D is #C4E1E2. Grayscale: #262626. Windows color (decimal): -12902883 or 1908283. OLE color: 1908283.

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

Color convert

RGB 59 30 29 -
CMYK 0 0.49 0.51 0.77
HSL 0.34% 0.17% -
HSV(B) 0.51% 0.23% -
XYZ 2.49 1.95 1.41 -
YUV 38.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 59 30 29 0 0.49 0.51 0.77 2 0.34 0.17
Hex 3B 1E 1D 0 31 33 4D 2 22 11
Octal 73 36 35 0 61 63 115 2 42 21
Binary 111011 11110 11101 0 110001 110011 1001101 10 100010 10001

Color Harmonies of #3B1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1E1D

Black with #3B1E1D

Text Example


Text Example

White with #3B1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,30,29); }

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

background-color css

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

 a { background-color: rgb(59,30,29); }

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

border-color css

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

 span { border-color: rgb(59,30,29); }

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