Html Css Color HEX #351B19 Seal Brown

📋 copy color: '#351B19'

red 53 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #351B19

Tints of Seal Brown #351B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 50.48%
G = 25.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#351B19 (or 0x351B19) is known color: Seal Brown. HEX triplet: 35, 1B and 19. RGB value is (53,27,25). Sum of RGB (Red+Green+Blue) = 53+27+25=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B19 is #CAE4E6. Grayscale: #222222. Windows color (decimal): -13296871 or 1645365. OLE color: 1645365.

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

Color convert

RGB 53 27 25 -
CMYK 0 0.49 0.53 0.79
HSL 4.29º 0.36% 0.15% -
HSV(B) 4.29º 0.53% 0.21% -
XYZ 2.04 1.61 1.12 -
YUV 34.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 53 27 25 0 0.49 0.53 0.79 4.29 0.36 0.15
Hex 35 1B 19 0 31 35 4F 4 24 F
Octal 65 33 31 0 61 65 117 4 44 17
Binary 110101 11011 11001 0 110001 110101 1001111 100 100100 1111

Color Harmonies of #351B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351B19

Black with #351B19

Text Example


Text Example

White with #351B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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