Html Css Color HEX #351610 Seal Brown

📋 copy color: '#351610'

red 53 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #351610

Tints of Seal Brown #351610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 58.24%
G = 24.18%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#351610 (or 0x351610) is known color: Seal Brown. HEX triplet: 35, 16 and 10. RGB value is (53,22,16). Sum of RGB (Red+Green+Blue) = 53+22+16=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351610 is #CAE9EF. Grayscale: #1E1E1E. Windows color (decimal): -13298160 or 1054261. OLE color: 1054261.

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

Color convert

RGB 53 22 16 -
CMYK 0 0.58 0.70 0.79
HSL 9.73º 0.54% 0.14% -
HSV(B) 9.73º 0.7% 0.21% -
XYZ 1.85 1.37 0.66 -
YUV 30.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 53 22 16 0 0.58 0.70 0.79 9.73 0.54 0.14
Hex 35 16 10 0 3A 46 4F A 36 E
Octal 65 26 20 0 72 106 117 12 66 16
Binary 110101 10110 10000 0 111010 1000110 1001111 1010 110110 1110

Color Harmonies of #351610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351610

Black with #351610

Text Example


Text Example

White with #351610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351610; }

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

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

background-color css

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

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

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

border-color css

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

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

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