Html Css Color HEX #311610 Seal Brown

📋 copy color: '#311610'

red 49 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #311610

Tints of Seal Brown #311610

RGB

 RED value IS 49 (19.53% from 255) = 56.32%

 GREEN value IS 22 (8.98% from 255) = 25.29%

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

R = 56.32%
G = 25.29%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#311610 (or 0x311610) is known color: Seal Brown. HEX triplet: 31, 16 and 10. RGB value is (49,22,16). Sum of RGB (Red+Green+Blue) = 49+22+16=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311610 is #CEE9EF. Grayscale: #1D1D1D. Windows color (decimal): -13560304 or 1054257. OLE color: 1054257.

HSL color Cylindrical-coordinate representation of color #311610: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311610 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 22 16 -
CMYK 0 0.55 0.67 0.81
HSL 10.91º 0.51% 0.13% -
HSV(B) 10.91º 0.67% 0.19% -
XYZ 1.65 1.26 0.65 -
YUV 29.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 49 22 16 0 0.55 0.67 0.81 10.91 0.51 0.13
Hex 31 16 10 0 37 43 51 B 33 D
Octal 61 26 20 0 67 103 121 13 63 15
Binary 110001 10110 10000 0 110111 1000011 1010001 1011 110011 1101

Color Harmonies of #311610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311610

Black with #311610

Text Example


Text Example

White with #311610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311610; }

 p { color: rgb(49,22,16); }

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

background-color css

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

 a { background-color: rgb(49,22,16); }

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

border-color css

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

 span { border-color: rgb(49,22,16); }

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