Html Css Color HEX #3D1D1B Seal Brown

📋 copy color: '#3D1D1B'

red 61 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #3D1D1B

Tints of Seal Brown #3D1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 52.14%
G = 24.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3D1D1B (or 0x3D1D1B) is known color: Seal Brown. HEX triplet: 3D, 1D and 1B. RGB value is (61,29,27). Sum of RGB (Red+Green+Blue) = 61+29+27=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D1B is #C2E2E4. Grayscale: #262626. Windows color (decimal): -12772069 or 1776957. OLE color: 1776957.

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

Color convert

RGB 61 29 27 -
CMYK 0 0.52 0.56 0.76
HSL 3.53º 0.39% 0.17% -
HSV(B) 3.53º 0.56% 0.24% -
XYZ 2.56 1.95 1.28 -
YUV 38.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 61 29 27 0 0.52 0.56 0.76 3.53 0.39 0.17
Hex 3D 1D 1B 0 34 38 4C 4 27 11
Octal 75 35 33 0 64 70 114 4 47 21
Binary 111101 11101 11011 0 110100 111000 1001100 100 100111 10001

Color Harmonies of #3D1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D1B

Black with #3D1D1B

Text Example


Text Example

White with #3D1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,27); }

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

background-color css

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

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

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

border-color css

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

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

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