Html Css Color HEX #3B0E0C Seal Brown

📋 copy color: '#3B0E0C'

red 59 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #3B0E0C

Tints of Seal Brown #3B0E0C

RGB

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

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

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

R = 69.41%
G = 16.47%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#3B0E0C (or 0x3B0E0C) is known color: Seal Brown. HEX triplet: 3B, 0E and 0C. RGB value is (59,14,12). Sum of RGB (Red+Green+Blue) = 59+14+12=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E0C is #C4F1F3. Grayscale: #1B1B1B. Windows color (decimal): -12906996 or 790075. OLE color: 790075.

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

Color convert

RGB 59 14 12 -
CMYK 0 0.76 0.80 0.77
HSL 2.55º 0.66% 0.14% -
HSV(B) 2.55º 0.8% 0.23% -
XYZ 2.03 1.27 0.49 -
YUV 27.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 59 14 12 0 0.76 0.80 0.77 2.55 0.66 0.14
Hex 3B E C 0 4C 50 4D 3 42 E
Octal 73 16 14 0 114 120 115 3 102 16
Binary 111011 1110 1100 0 1001100 1010000 1001101 11 1000010 1110

Color Harmonies of #3B0E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0E0C

Black with #3B0E0C

Text Example


Text Example

White with #3B0E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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