Html Css Color HEX #351B1B Seal Brown

📋 copy color: '#351B1B'

red 53 ◦ green 27 ◦ blue 27

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

Shades of Seal Brown #351B1B

Tints of Seal Brown #351B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.23%

 BLUE value IS 27 (10.94% from 255) = 25.23%

R = 49.53%
G = 25.23%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#351B1B (or 0x351B1B) is known color: Seal Brown. HEX triplet: 35, 1B and 1B. RGB value is (53,27,27). Sum of RGB (Red+Green+Blue) = 53+27+27=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B1B is #CAE4E4. Grayscale: #222222. Windows color (decimal): -13296869 or 1776437. OLE color: 1776437.

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

Color convert

RGB 53 27 27 -
CMYK 0 0.49 0.49 0.79
HSL 0.33% 0.16% -
HSV(B) 0.49% 0.21% -
XYZ 2.06 1.62 1.24 -
YUV 34.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 53 27 27 0 0.49 0.49 0.79 0 0.33 0.16
Hex 35 1B 1B 0 31 31 4F 0 20 10
Octal 65 33 33 0 61 61 117 0 40 20
Binary 110101 11011 11011 0 110001 110001 1001111 0 100000 10000

Color Harmonies of #351B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B1B

Black with #351B1B

Text Example


Text Example

White with #351B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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