Html Css Color HEX #351D1D Seal Brown

📋 copy color: '#351D1D'

red 53 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #351D1D

Tints of Seal Brown #351D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 47.75%
G = 26.13%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#351D1D (or 0x351D1D) is known color: Seal Brown. HEX triplet: 35, 1D and 1D. RGB value is (53,29,29). Sum of RGB (Red+Green+Blue) = 53+29+29=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1D is #CAE2E2. Grayscale: #242424. Windows color (decimal): -13296355 or 1908021. OLE color: 1908021.

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

Color convert

RGB 53 29 29 -
CMYK 0 0.45 0.45 0.79
HSL 0.29% 0.16% -
HSV(B) 0.45% 0.21% -
XYZ 2.13 1.72 1.38 -
YUV 36.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 53 29 29 0 0.45 0.45 0.79 0 0.29 0.16
Hex 35 1D 1D 0 2D 2D 4F 0 1D 10
Octal 65 35 35 0 55 55 117 0 35 20
Binary 110101 11101 11101 0 101101 101101 1001111 0 11101 10000

Color Harmonies of #351D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D1D

Black with #351D1D

Text Example


Text Example

White with #351D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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