Html Css Color HEX #351C1C Seal Brown

📋 copy color: '#351C1C'

red 53 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #351C1C

Tints of Seal Brown #351C1C

RGB

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

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

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

R = 48.62%
G = 25.69%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#351C1C (or 0x351C1C) is known color: Seal Brown. HEX triplet: 35, 1C and 1C. RGB value is (53,28,28). Sum of RGB (Red+Green+Blue) = 53+28+28=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C1C is #CAE3E3. Grayscale: #232323. Windows color (decimal): -13296612 or 1842229. OLE color: 1842229.

HSL color Cylindrical-coordinate representation of color #351C1C: hue angle of 0º 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 #351C1C is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 28 28 -
CMYK 0 0.47 0.47 0.79
HSL 0.31% 0.16% -
HSV(B) 0.47% 0.21% -
XYZ 2.09 1.67 1.31 -
YUV 35.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 53 28 28 0 0.47 0.47 0.79 0 0.31 0.16
Hex 35 1C 1C 0 2F 2F 4F 0 1F 10
Octal 65 34 34 0 57 57 117 0 37 20
Binary 110101 11100 11100 0 101111 101111 1001111 0 11111 10000

Color Harmonies of #351C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C1C

Black with #351C1C

Text Example


Text Example

White with #351C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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