Html Css Color HEX #391D1D Seal Brown

📋 copy color: '#391D1D'

red 57 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #391D1D

Tints of Seal Brown #391D1D

RGB

 RED value IS 57 (22.66% from 255) = 49.57%

 GREEN value IS 29 (11.72% from 255) = 25.22%

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

R = 49.57%
G = 25.22%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#391D1D (or 0x391D1D) is known color: Seal Brown. HEX triplet: 39, 1D and 1D. RGB value is (57,29,29). Sum of RGB (Red+Green+Blue) = 57+29+29=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #391D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D1D is #C6E2E2. Grayscale: #252525. Windows color (decimal): -13034211 or 1908025. OLE color: 1908025.

HSL color Cylindrical-coordinate representation of color #391D1D: hue angle of 0º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D1D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 29 29 -
CMYK 0 0.49 0.49 0.78
HSL 0.33% 0.17% -
HSV(B) 0.49% 0.22% -
XYZ 2.35 1.84 1.39 -
YUV 37.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 57 29 29 0 0.49 0.49 0.78 0 0.33 0.17
Hex 39 1D 1D 0 31 31 4E 0 21 11
Octal 71 35 35 0 61 61 116 0 41 21
Binary 111001 11101 11101 0 110001 110001 1001110 0 100001 10001

Color Harmonies of #391D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D1D

Black with #391D1D

Text Example


Text Example

White with #391D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391D1D; }

 p { color: rgb(57,29,29); }

 H1.HeaderClassName
 {
   color: #391D1D;
 }
 .AnyTagClassName
 {
   color: #391D1D;
 }
</style>

background-color css

<style>
 a { background-color: #391D1D; }

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

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

border-color css

<style>
 span { border-color: #391D1D; }

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

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