Html Css Color HEX #3D150B Seal Brown

📋 copy color: '#3D150B'

red 61 ◦ green 21 ◦ blue 11

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

Shades of Seal Brown #3D150B

Tints of Seal Brown #3D150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 65.59%
G = 22.58%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3D150B (or 0x3D150B) is known color: Seal Brown. HEX triplet: 3D, 15 and 0B. RGB value is (61,21,11). Sum of RGB (Red+Green+Blue) = 61+21+11=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D150B is #C2EAF4. Grayscale: #1F1F1F. Windows color (decimal): -12774133 or 726333. OLE color: 726333.

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

Color convert

RGB 61 21 11 -
CMYK 0 0.66 0.82 0.76
HSL 12º 0.69% 0.14% -
HSV(B) 12º 0.82% 0.24% -
XYZ 2.25 1.55 0.5 -
YUV 31.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 61 21 11 0 0.66 0.82 0.76 12 0.69 0.14
Hex 3D 15 B 0 42 52 4C C 45 E
Octal 75 25 13 0 102 122 114 14 105 16
Binary 111101 10101 1011 0 1000010 1010010 1001100 1100 1000101 1110

Color Harmonies of #3D150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D150B

Black with #3D150B

Text Example


Text Example

White with #3D150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,21,11); }

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

background-color css

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

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

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

border-color css

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

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

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