Html Css Color HEX #351D1C Seal Brown

📋 copy color: '#351D1C'

red 53 ◦ green 29 ◦ blue 28

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

Shades of Seal Brown #351D1C

Tints of Seal Brown #351D1C

RGB

 RED value IS 53 (21.09% from 255) = 48.18%

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

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

R = 48.18%
G = 26.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#351D1C (or 0x351D1C) is known color: Seal Brown. HEX triplet: 35, 1D and 1C. RGB value is (53,29,28). Sum of RGB (Red+Green+Blue) = 53+29+28=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1C is #CAE2E3. Grayscale: #242424. Windows color (decimal): -13296356 or 1842485. OLE color: 1842485.

HSL color Cylindrical-coordinate representation of color #351D1C: hue angle of 2.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351D1C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 28 -
CMYK 0 0.45 0.47 0.79
HSL 2.4º 0.31% 0.16% -
HSV(B) 2.4º 0.47% 0.21% -
XYZ 2.12 1.72 1.32 -
YUV 36.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 53 29 28 0 0.45 0.47 0.79 2.4 0.31 0.16
Hex 35 1D 1C 0 2D 2F 4F 2 1F 10
Octal 65 35 34 0 55 57 117 2 37 20
Binary 110101 11101 11100 0 101101 101111 1001111 10 11111 10000

Color Harmonies of #351D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D1C

Black with #351D1C

Text Example


Text Example

White with #351D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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