Html Css Color HEX #3D1309 Seal Brown

📋 copy color: '#3D1309'

red 61 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #3D1309

Tints of Seal Brown #3D1309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.11%

R = 68.54%
G = 21.35%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#3D1309 (or 0x3D1309) is known color: Seal Brown. HEX triplet: 3D, 13 and 09. RGB value is (61,19,9). Sum of RGB (Red+Green+Blue) = 61+19+9=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1309 is #C2ECF6. Grayscale: #1E1E1E. Windows color (decimal): -12774647 or 594749. OLE color: 594749.

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

Color convert

RGB 61 19 9 -
CMYK 0 0.69 0.85 0.76
HSL 11.54º 0.74% 0.14% -
HSV(B) 11.54º 0.85% 0.24% -
XYZ 2.21 1.48 0.43 -
YUV 30.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 61 19 9 0 0.69 0.85 0.76 11.54 0.74 0.14
Hex 3D 13 9 0 45 55 4C C 4A E
Octal 75 23 11 0 105 125 114 14 112 16
Binary 111101 10011 1001 0 1000101 1010101 1001100 1100 1001010 1110

Color Harmonies of #3D1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1309

Black with #3D1309

Text Example


Text Example

White with #3D1309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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