Html Css Color HEX #331D1C Seal Brown

📋 copy color: '#331D1C'

red 51 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #331D1C

Tints of Seal Brown #331D1C

RGB

 RED value IS 51 (20.31% from 255) = 47.22%

 GREEN value IS 29 (11.72% from 255) = 26.85%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 47.22%
G = 26.85%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#331D1C (or 0x331D1C) is known color: Seal Brown. HEX triplet: 33, 1D and 1C. RGB value is (51,29,28). Sum of RGB (Red+Green+Blue) = 51+29+28=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D1C is #CCE2E3. Grayscale: #232323. Windows color (decimal): -13427428 or 1842483. OLE color: 1842483.

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

Color convert

RGB 51 29 28 -
CMYK 0 0.43 0.45 0.8
HSL 2.61º 0.29% 0.15% -
HSV(B) 2.61º 0.45% 0.2% -
XYZ 2.01 1.67 1.31 -
YUV 35.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 51 29 28 0 0.43 0.45 0.8 2.61 0.29 0.15
Hex 33 1D 1C 0 2B 2D 50 3 1D F
Octal 63 35 34 0 53 55 120 3 35 17
Binary 110011 11101 11100 0 101011 101101 1010000 11 11101 1111

Color Harmonies of #331D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D1C

Black with #331D1C

Text Example


Text Example

White with #331D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331D1C; }

 p { color: rgb(51,29,28); }

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

background-color css

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

 a { background-color: rgb(51,29,28); }

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

border-color css

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

 span { border-color: rgb(51,29,28); }

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