Html Css Color HEX #351716 Seal Brown

📋 copy color: '#351716'

red 53 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #351716

Tints of Seal Brown #351716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 54.08%
G = 23.47%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351716 (or 0x351716) is known color: Seal Brown. HEX triplet: 35, 17 and 16. RGB value is (53,23,22). Sum of RGB (Red+Green+Blue) = 53+23+22=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351716 is #CAE8E9. Grayscale: #1F1F1F. Windows color (decimal): -13297898 or 1447733. OLE color: 1447733.

HSL color Cylindrical-coordinate representation of color #351716: hue angle of 1.94º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351716 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 23 22 -
CMYK 0 0.57 0.58 0.79
HSL 1.94º 0.41% 0.15% -
HSV(B) 1.94º 0.58% 0.21% -
XYZ 1.92 1.43 0.93 -
YUV 31.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 53 23 22 0 0.57 0.58 0.79 1.94 0.41 0.15
Hex 35 17 16 0 39 3A 4F 2 29 F
Octal 65 27 26 0 71 72 117 2 51 17
Binary 110101 10111 10110 0 111001 111010 1001111 10 101001 1111

Color Harmonies of #351716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351716

Black with #351716

Text Example


Text Example

White with #351716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351716; }

 p { color: rgb(53,23,22); }

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

background-color css

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

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

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

border-color css

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

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

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