Html Css Color HEX #351F1E Seal Brown

📋 copy color: '#351F1E'

red 53 ◦ green 31 ◦ blue 30

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

Shades of Seal Brown #351F1E

Tints of Seal Brown #351F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.19%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 46.49%
G = 27.19%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#351F1E (or 0x351F1E) is known color: Seal Brown. HEX triplet: 35, 1F and 1E. RGB value is (53,31,30). Sum of RGB (Red+Green+Blue) = 53+31+30=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F1E is #CAE0E1. Grayscale: #252525. Windows color (decimal): -13295842 or 1974069. OLE color: 1974069.

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

Color convert

RGB 53 31 30 -
CMYK 0 0.42 0.43 0.79
HSL 2.61º 0.28% 0.16% -
HSV(B) 2.61º 0.43% 0.21% -
XYZ 2.19 1.83 1.47 -
YUV 37.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 53 31 30 0 0.42 0.43 0.79 2.61 0.28 0.16
Hex 35 1F 1E 0 2A 2B 4F 3 1C 10
Octal 65 37 36 0 52 53 117 3 34 20
Binary 110101 11111 11110 0 101010 101011 1001111 11 11100 10000

Color Harmonies of #351F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F1E

Black with #351F1E

Text Example


Text Example

White with #351F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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