Html Css Color HEX #3D140F Seal Brown

📋 copy color: '#3D140F'

red 61 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #3D140F

Tints of Seal Brown #3D140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 63.54%
G = 20.83%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3D140F (or 0x3D140F) is known color: Seal Brown. HEX triplet: 3D, 14 and 0F. RGB value is (61,20,15). Sum of RGB (Red+Green+Blue) = 61+20+15=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D140F is #C2EBF0. Grayscale: #1F1F1F. Windows color (decimal): -12774385 or 988221. OLE color: 988221.

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

Color convert

RGB 61 20 15 -
CMYK 0 0.67 0.75 0.76
HSL 6.52º 0.61% 0.15% -
HSV(B) 6.52º 0.75% 0.24% -
XYZ 2.26 1.53 0.63 -
YUV 31.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 61 20 15 0 0.67 0.75 0.76 6.52 0.61 0.15
Hex 3D 14 F 0 43 4B 4C 7 3D F
Octal 75 24 17 0 103 113 114 7 75 17
Binary 111101 10100 1111 0 1000011 1001011 1001100 111 111101 1111

Color Harmonies of #3D140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D140F

Black with #3D140F

Text Example


Text Example

White with #3D140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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