Html Css Color HEX #3A1710 Seal Brown

📋 copy color: '#3A1710'

red 58 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #3A1710

Tints of Seal Brown #3A1710

RGB

 RED value IS 58 (23.05% from 255) = 59.79%

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

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

R = 59.79%
G = 23.71%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#3A1710 (or 0x3A1710) is known color: Seal Brown. HEX triplet: 3A, 17 and 10. RGB value is (58,23,16). Sum of RGB (Red+Green+Blue) = 58+23+16=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1710 is #C5E8EF. Grayscale: #202020. Windows color (decimal): -12970224 or 1054522. OLE color: 1054522.

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

Color convert

RGB 58 23 16 -
CMYK 0 0.60 0.72 0.77
HSL 10º 0.57% 0.15% -
HSV(B) 10º 0.72% 0.23% -
XYZ 2.14 1.55 0.68 -
YUV 32.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 58 23 16 0 0.60 0.72 0.77 10 0.57 0.15
Hex 3A 17 10 0 3C 48 4D A 39 F
Octal 72 27 20 0 74 110 115 12 71 17
Binary 111010 10111 10000 0 111100 1001000 1001101 1010 111001 1111

Color Harmonies of #3A1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1710

Black with #3A1710

Text Example


Text Example

White with #3A1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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