Html Css Color HEX #351D1A Seal Brown

📋 copy color: '#351D1A'

red 53 ◦ green 29 ◦ blue 26

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

Shades of Seal Brown #351D1A

Tints of Seal Brown #351D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 49.07%
G = 26.85%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#351D1A (or 0x351D1A) is known color: Seal Brown. HEX triplet: 35, 1D and 1A. RGB value is (53,29,26). Sum of RGB (Red+Green+Blue) = 53+29+26=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1A is #CAE2E5. Grayscale: #232323. Windows color (decimal): -13296358 or 1711413. OLE color: 1711413.

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

Color convert

RGB 53 29 26 -
CMYK 0 0.45 0.51 0.79
HSL 6.67º 0.34% 0.15% -
HSV(B) 6.67º 0.51% 0.21% -
XYZ 2.09 1.71 1.2 -
YUV 35.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 53 29 26 0 0.45 0.51 0.79 6.67 0.34 0.15
Hex 35 1D 1A 0 2D 33 4F 7 22 F
Octal 65 35 32 0 55 63 117 7 42 17
Binary 110101 11101 11010 0 101101 110011 1001111 111 100010 1111

Color Harmonies of #351D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D1A

Black with #351D1A

Text Example


Text Example

White with #351D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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