Html Css Color HEX #351613 Seal Brown

📋 copy color: '#351613'

red 53 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #351613

Tints of Seal Brown #351613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 56.38%
G = 23.4%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#351613 (or 0x351613) is known color: Seal Brown. HEX triplet: 35, 16 and 13. RGB value is (53,22,19). Sum of RGB (Red+Green+Blue) = 53+22+19=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351613 is #CAE9EC. Grayscale: #1E1E1E. Windows color (decimal): -13298157 or 1250869. OLE color: 1250869.

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

Color convert

RGB 53 22 19 -
CMYK 0 0.58 0.64 0.79
HSL 5.29º 0.47% 0.14% -
HSV(B) 5.29º 0.64% 0.21% -
XYZ 1.87 1.38 0.78 -
YUV 30.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 53 22 19 0 0.58 0.64 0.79 5.29 0.47 0.14
Hex 35 16 13 0 3A 40 4F 5 2F E
Octal 65 26 23 0 72 100 117 5 57 16
Binary 110101 10110 10011 0 111010 1000000 1001111 101 101111 1110

Color Harmonies of #351613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351613

Black with #351613

Text Example


Text Example

White with #351613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351613; }

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

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

background-color css

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

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

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

border-color css

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

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

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