Html Css Color HEX #3D130C Seal Brown

📋 copy color: '#3D130C'

red 61 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #3D130C

Tints of Seal Brown #3D130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 66.3%
G = 20.65%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3D130C (or 0x3D130C) is known color: Seal Brown. HEX triplet: 3D, 13 and 0C. RGB value is (61,19,12). Sum of RGB (Red+Green+Blue) = 61+19+12=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D130C is #C2ECF3. Grayscale: #1E1E1E. Windows color (decimal): -12774644 or 791357. OLE color: 791357.

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

Color convert

RGB 61 19 12 -
CMYK 0 0.69 0.80 0.76
HSL 8.57º 0.67% 0.14% -
HSV(B) 8.57º 0.8% 0.24% -
XYZ 2.22 1.48 0.52 -
YUV 30.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 61 19 12 0 0.69 0.80 0.76 8.57 0.67 0.14
Hex 3D 13 C 0 45 50 4C 9 43 E
Octal 75 23 14 0 105 120 114 11 103 16
Binary 111101 10011 1100 0 1000101 1010000 1001100 1001 1000011 1110

Color Harmonies of #3D130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D130C

Black with #3D130C

Text Example


Text Example

White with #3D130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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