Html Css Color HEX #351110 Seal Brown

📋 copy color: '#351110'

red 53 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #351110

Tints of Seal Brown #351110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

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

R = 61.63%
G = 19.77%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#351110 (or 0x351110) is known color: Seal Brown. HEX triplet: 35, 11 and 10. RGB value is (53,17,16). Sum of RGB (Red+Green+Blue) = 53+17+16=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351110 is #CAEEEF. Grayscale: #1B1B1B. Windows color (decimal): -13299440 or 1052981. OLE color: 1052981.

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

Color convert

RGB 53 17 16 -
CMYK 0 0.68 0.70 0.79
HSL 1.62º 0.54% 0.14% -
HSV(B) 1.62º 0.7% 0.21% -
XYZ 1.76 1.2 0.63 -
YUV 27.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 53 17 16 0 0.68 0.70 0.79 1.62 0.54 0.14
Hex 35 11 10 0 44 46 4F 2 36 E
Octal 65 21 20 0 104 106 117 2 66 16
Binary 110101 10001 10000 0 1000100 1000110 1001111 10 110110 1110

Color Harmonies of #351110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351110

Black with #351110

Text Example


Text Example

White with #351110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351110; }

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

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

background-color css

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

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

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

border-color css

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

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

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