Html Css Color HEX #3B1716 Seal Brown

📋 copy color: '#3B1716'

red 59 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #3B1716

Tints of Seal Brown #3B1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 56.73%
G = 22.12%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B1716 (or 0x3B1716) is known color: Seal Brown. HEX triplet: 3B, 17 and 16. RGB value is (59,23,22). Sum of RGB (Red+Green+Blue) = 59+23+22=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1716 is #C4E8E9. Grayscale: #212121. Windows color (decimal): -12904682 or 1447739. OLE color: 1447739.

HSL color Cylindrical-coordinate representation of color #3B1716: hue angle of 1.62º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1716 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 23 22 -
CMYK 0 0.61 0.63 0.77
HSL 1.62º 0.46% 0.16% -
HSV(B) 1.62º 0.63% 0.23% -
XYZ 2.25 1.6 0.95 -
YUV 33.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 59 23 22 0 0.61 0.63 0.77 1.62 0.46 0.16
Hex 3B 17 16 0 3D 3F 4D 2 2E 10
Octal 73 27 26 0 75 77 115 2 56 20
Binary 111011 10111 10110 0 111101 111111 1001101 10 101110 10000

Color Harmonies of #3B1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1716

Black with #3B1716

Text Example


Text Example

White with #3B1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,22); }

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

background-color css

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

 a { background-color: rgb(59,23,22); }

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

border-color css

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

 span { border-color: rgb(59,23,22); }

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