Html Css Color HEX #3B0E0D Seal Brown

📋 copy color: '#3B0E0D'

red 59 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #3B0E0D

Tints of Seal Brown #3B0E0D

RGB

 RED value IS 59 (23.44% from 255) = 68.6%

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

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

R = 68.6%
G = 16.28%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B0E0D (or 0x3B0E0D) is known color: Seal Brown. HEX triplet: 3B, 0E and 0D. RGB value is (59,14,13). Sum of RGB (Red+Green+Blue) = 59+14+13=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E0D is #C4F1F2. Grayscale: #1B1B1B. Windows color (decimal): -12906995 or 855611. OLE color: 855611.

HSL color Cylindrical-coordinate representation of color #3B0E0D: hue angle of 1.3º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0E0D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 14 13 -
CMYK 0 0.76 0.78 0.77
HSL 1.3º 0.64% 0.14% -
HSV(B) 1.3º 0.78% 0.23% -
XYZ 2.03 1.27 0.52 -
YUV 27.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 59 14 13 0 0.76 0.78 0.77 1.3 0.64 0.14
Hex 3B E D 0 4C 4E 4D 1 40 E
Octal 73 16 15 0 114 116 115 1 100 16
Binary 111011 1110 1101 0 1001100 1001110 1001101 1 1000000 1110

Color Harmonies of #3B0E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0E0D

Black with #3B0E0D

Text Example


Text Example

White with #3B0E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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