Html Css Color HEX #3B1710 Seal Brown

📋 copy color: '#3B1710'

red 59 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #3B1710

Tints of Seal Brown #3B1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 60.2%
G = 23.47%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.77

RGB Variations

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

Color information

#3B1710 (or 0x3B1710) is known color: Seal Brown. HEX triplet: 3B, 17 and 10. RGB value is (59,23,16). Sum of RGB (Red+Green+Blue) = 59+23+16=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1710 is #C4E8EF. Grayscale: #212121. Windows color (decimal): -12904688 or 1054523. OLE color: 1054523.

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

Color convert

RGB 59 23 16 -
CMYK 0 0.61 0.73 0.77
HSL 9.77º 0.57% 0.15% -
HSV(B) 9.77º 0.73% 0.23% -
XYZ 2.2 1.58 0.68 -
YUV 32.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 59 23 16 0 0.61 0.73 0.77 9.77 0.57 0.15
Hex 3B 17 10 0 3D 49 4D A 39 F
Octal 73 27 20 0 75 111 115 12 71 17
Binary 111011 10111 10000 0 111101 1001001 1001101 1010 111001 1111

Color Harmonies of #3B1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1710

Black with #3B1710

Text Example


Text Example

White with #3B1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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