Html Css Color HEX #3D1919 Seal Brown

📋 copy color: '#3D1919'

red 61 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #3D1919

Tints of Seal Brown #3D1919

RGB

 RED value IS 61 (24.22% from 255) = 54.95%

 GREEN value IS 25 (10.16% from 255) = 22.52%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 54.95%
G = 22.52%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#3D1919 (or 0x3D1919) is known color: Seal Brown. HEX triplet: 3D, 19 and 19. RGB value is (61,25,25). Sum of RGB (Red+Green+Blue) = 61+25+25=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1919 is #C2E6E6. Grayscale: #232323. Windows color (decimal): -12773095 or 1644861. OLE color: 1644861.

HSL color Cylindrical-coordinate representation of color #3D1919: hue angle of 0º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1919 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 25 25 -
CMYK 0 0.59 0.59 0.76
HSL 0.42% 0.17% -
HSV(B) 0.59% 0.24% -
XYZ 2.45 1.76 1.13 -
YUV 35.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 61 25 25 0 0.59 0.59 0.76 0 0.42 0.17
Hex 3D 19 19 0 3B 3B 4C 0 2A 11
Octal 75 31 31 0 73 73 114 0 52 21
Binary 111101 11001 11001 0 111011 111011 1001100 0 101010 10001

Color Harmonies of #3D1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1919

Black with #3D1919

Text Example


Text Example

White with #3D1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,25,25); }

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

background-color css

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

 a { background-color: rgb(61,25,25); }

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

border-color css

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

 span { border-color: rgb(61,25,25); }

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