Html Css Color HEX #311C1B Seal Brown

📋 copy color: '#311C1B'

red 49 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #311C1B

Tints of Seal Brown #311C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 47.12%
G = 26.92%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#311C1B (or 0x311C1B) is known color: Seal Brown. HEX triplet: 31, 1C and 1B. RGB value is (49,28,27). Sum of RGB (Red+Green+Blue) = 49+28+27=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C1B is #CEE3E4. Grayscale: #222222. Windows color (decimal): -13558757 or 1776689. OLE color: 1776689.

HSL color Cylindrical-coordinate representation of color #311C1B: hue angle of 2.73º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311C1B is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 28 27 -
CMYK 0 0.43 0.45 0.81
HSL 2.73º 0.29% 0.15% -
HSV(B) 2.73º 0.45% 0.19% -
XYZ 1.88 1.56 1.24 -
YUV 34.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 49 28 27 0 0.43 0.45 0.81 2.73 0.29 0.15
Hex 31 1C 1B 0 2B 2D 51 3 1D F
Octal 61 34 33 0 53 55 121 3 35 17
Binary 110001 11100 11011 0 101011 101101 1010001 11 11101 1111

Color Harmonies of #311C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C1B

Black with #311C1B

Text Example


Text Example

White with #311C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C1B; }

 p { color: rgb(49,28,27); }

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

background-color css

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

 a { background-color: rgb(49,28,27); }

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

border-color css

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

 span { border-color: rgb(49,28,27); }

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