Html Css Color HEX #351816 Seal Brown

📋 copy color: '#351816'

red 53 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #351816

Tints of Seal Brown #351816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

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

R = 53.54%
G = 24.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351816 (or 0x351816) is known color: Seal Brown. HEX triplet: 35, 18 and 16. RGB value is (53,24,22). Sum of RGB (Red+Green+Blue) = 53+24+22=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #351816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351816 is #CAE7E9. Grayscale: #202020. Windows color (decimal): -13297642 or 1447989. OLE color: 1447989.

HSL color Cylindrical-coordinate representation of color #351816: hue angle of 3.87º 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 #351816 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 22 -
CMYK 0 0.55 0.58 0.79
HSL 3.87º 0.41% 0.15% -
HSV(B) 3.87º 0.58% 0.21% -
XYZ 1.94 1.47 0.94 -
YUV 32.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 53 24 22 0 0.55 0.58 0.79 3.87 0.41 0.15
Hex 35 18 16 0 37 3A 4F 4 29 F
Octal 65 30 26 0 67 72 117 4 51 17
Binary 110101 11000 10110 0 110111 111010 1001111 100 101001 1111

Color Harmonies of #351816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351816

Black with #351816

Text Example


Text Example

White with #351816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351816; }

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

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

background-color css

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

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

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

border-color css

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

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

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