Html Css Color HEX #351510 Seal Brown

📋 copy color: '#351510'

red 53 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #351510

Tints of Seal Brown #351510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 58.89%
G = 23.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#351510 (or 0x351510) is known color: Seal Brown. HEX triplet: 35, 15 and 10. RGB value is (53,21,16). Sum of RGB (Red+Green+Blue) = 53+21+16=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351510 is #CAEAEF. Grayscale: #1E1E1E. Windows color (decimal): -13298416 or 1054005. OLE color: 1054005.

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

Color convert

RGB 53 21 16 -
CMYK 0 0.60 0.70 0.79
HSL 8.11º 0.54% 0.14% -
HSV(B) 8.11º 0.7% 0.21% -
XYZ 1.83 1.33 0.65 -
YUV 30 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 53 21 16 0 0.60 0.70 0.79 8.11 0.54 0.14
Hex 35 15 10 0 3C 46 4F 8 36 E
Octal 65 25 20 0 74 106 117 10 66 16
Binary 110101 10101 10000 0 111100 1000110 1001111 1000 110110 1110

Color Harmonies of #351510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351510

Black with #351510

Text Example


Text Example

White with #351510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351510; }

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

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

background-color css

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

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

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

border-color css

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

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

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