Html Css Color HEX #351E1D Seal Brown

📋 copy color: '#351E1D'

red 53 ◦ green 30 ◦ blue 29

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

Shades of Seal Brown #351E1D

Tints of Seal Brown #351E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.79%

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

R = 47.32%
G = 26.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#351E1D (or 0x351E1D) is known color: Seal Brown. HEX triplet: 35, 1E and 1D. RGB value is (53,30,29). Sum of RGB (Red+Green+Blue) = 53+30+29=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E1D is #CAE1E2. Grayscale: #242424. Windows color (decimal): -13296099 or 1908277. OLE color: 1908277.

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

Color convert

RGB 53 30 29 -
CMYK 0 0.43 0.45 0.79
HSL 2.5º 0.29% 0.16% -
HSV(B) 2.5º 0.45% 0.21% -
XYZ 2.15 1.77 1.39 -
YUV 36.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 53 30 29 0 0.43 0.45 0.79 2.5 0.29 0.16
Hex 35 1E 1D 0 2B 2D 4F 2 1D 10
Octal 65 36 35 0 53 55 117 2 35 20
Binary 110101 11110 11101 0 101011 101101 1001111 10 11101 10000

Color Harmonies of #351E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E1D

Black with #351E1D

Text Example


Text Example

White with #351E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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