Html Css Color HEX #3D0E0D Seal Brown

📋 copy color: '#3D0E0D'

red 61 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #3D0E0D

Tints of Seal Brown #3D0E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.91%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 69.32%
G = 15.91%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3D0E0D (or 0x3D0E0D) is known color: Seal Brown. HEX triplet: 3D, 0E and 0D. RGB value is (61,14,13). Sum of RGB (Red+Green+Blue) = 61+14+13=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0E0D is #C2F1F2. Grayscale: #1B1B1B. Windows color (decimal): -12775923 or 855613. OLE color: 855613.

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

Color convert

RGB 61 14 13 -
CMYK 0 0.77 0.79 0.76
HSL 1.25º 0.65% 0.15% -
HSV(B) 1.25º 0.79% 0.24% -
XYZ 2.15 1.34 0.52 -
YUV 27.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 61 14 13 0 0.77 0.79 0.76 1.25 0.65 0.15
Hex 3D E D 0 4D 4F 4C 1 41 F
Octal 75 16 15 0 115 117 114 1 101 17
Binary 111101 1110 1101 0 1001101 1001111 1001100 1 1000001 1111

Color Harmonies of #3D0E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0E0D

Black with #3D0E0D

Text Example


Text Example

White with #3D0E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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