Html Css Color HEX #3D140C Seal Brown

📋 copy color: '#3D140C'

red 61 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #3D140C

Tints of Seal Brown #3D140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 65.59%
G = 21.51%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3D140C (or 0x3D140C) is known color: Seal Brown. HEX triplet: 3D, 14 and 0C. RGB value is (61,20,12). Sum of RGB (Red+Green+Blue) = 61+20+12=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D140C is #C2EBF3. Grayscale: #1F1F1F. Windows color (decimal): -12774388 or 791613. OLE color: 791613.

HSL color Cylindrical-coordinate representation of color #3D140C: hue angle of 9.8º 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 #3D140C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 20 12 -
CMYK 0 0.67 0.80 0.76
HSL 9.8º 0.67% 0.14% -
HSV(B) 9.8º 0.8% 0.24% -
XYZ 2.24 1.52 0.52 -
YUV 31.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 61 20 12 0 0.67 0.80 0.76 9.8 0.67 0.14
Hex 3D 14 C 0 43 50 4C A 43 E
Octal 75 24 14 0 103 120 114 12 103 16
Binary 111101 10100 1100 0 1000011 1010000 1001100 1010 1000011 1110

Color Harmonies of #3D140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D140C

Black with #3D140C

Text Example


Text Example

White with #3D140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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