Html Css Color HEX #3D130E Seal Brown

📋 copy color: '#3D130E'

red 61 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #3D130E

Tints of Seal Brown #3D130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 14 (5.86% from 255) = 14.89%

R = 64.89%
G = 20.21%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3D130E (or 0x3D130E) is known color: Seal Brown. HEX triplet: 3D, 13 and 0E. RGB value is (61,19,14). Sum of RGB (Red+Green+Blue) = 61+19+14=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D130E is #C2ECF1. Grayscale: #1F1F1F. Windows color (decimal): -12774642 or 922429. OLE color: 922429.

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

Color convert

RGB 61 19 14 -
CMYK 0 0.69 0.77 0.76
HSL 6.38º 0.63% 0.15% -
HSV(B) 6.38º 0.77% 0.24% -
XYZ 2.24 1.49 0.59 -
YUV 30.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 61 19 14 0 0.69 0.77 0.76 6.38 0.63 0.15
Hex 3D 13 E 0 45 4D 4C 6 3F F
Octal 75 23 16 0 105 115 114 6 77 17
Binary 111101 10011 1110 0 1000101 1001101 1001100 110 111111 1111

Color Harmonies of #3D130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D130E

Black with #3D130E

Text Example


Text Example

White with #3D130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,19,14); }

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

background-color css

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

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

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

border-color css

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

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

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