Html Css Color HEX #351103 Seal Brown

📋 copy color: '#351103'

red 53 ◦ green 17 ◦ blue 3

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

Shades of Seal Brown #351103

Tints of Seal Brown #351103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.11%

R = 72.6%
G = 23.29%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351103 (or 0x351103) is known color: Seal Brown. HEX triplet: 35, 11 and 03. RGB value is (53,17,3). Sum of RGB (Red+Green+Blue) = 53+17+3=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351103 is #CAEEFC. Grayscale: #1A1A1A. Windows color (decimal): -13299453 or 201013. OLE color: 201013.

HSL color Cylindrical-coordinate representation of color #351103: hue angle of 16.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351103 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 3 -
CMYK 0 0.68 0.94 0.79
HSL 16.8º 0.89% 0.11% -
HSV(B) 16.8º 0.94% 0.21% -
XYZ 1.69 1.16 0.22 -
YUV 26.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 53 17 3 0 0.68 0.94 0.79 16.8 0.89 0.11
Hex 35 11 3 0 44 5E 4F 11 59 B
Octal 65 21 3 0 104 136 117 21 131 13
Binary 110101 10001 11 0 1000100 1011110 1001111 10001 1011001 1011

Color Harmonies of #351103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351103

Black with #351103

Text Example


Text Example

White with #351103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351103; }

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

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

background-color css

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

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

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

border-color css

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

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

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