Html Css Color HEX #351F1F Seal Brown

📋 copy color: '#351F1F'

red 53 ◦ green 31 ◦ blue 31

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

Shades of Seal Brown #351F1F

Tints of Seal Brown #351F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 46.09%
G = 26.96%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#351F1F (or 0x351F1F) is known color: Seal Brown. HEX triplet: 35, 1F and 1F. RGB value is (53,31,31). Sum of RGB (Red+Green+Blue) = 53+31+31=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F1F is #CAE0E0. Grayscale: #252525. Windows color (decimal): -13295841 or 2039605. OLE color: 2039605.

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

Color convert

RGB 53 31 31 -
CMYK 0 0.42 0.42 0.79
HSL 0.26% 0.16% -
HSV(B) 0.42% 0.21% -
XYZ 2.21 1.84 1.53 -
YUV 37.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 53 31 31 0 0.42 0.42 0.79 0 0.26 0.16
Hex 35 1F 1F 0 2A 2A 4F 0 1A 10
Octal 65 37 37 0 52 52 117 0 32 20
Binary 110101 11111 11111 0 101010 101010 1001111 0 11010 10000

Color Harmonies of #351F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F1F

Black with #351F1F

Text Example


Text Example

White with #351F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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