Html Css Color HEX #351102 Seal Brown

📋 copy color: '#351102'

red 53 ◦ green 17 ◦ blue 2

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

Shades of Seal Brown #351102

Tints of Seal Brown #351102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.78%

R = 73.61%
G = 23.61%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351102 (or 0x351102) is known color: Seal Brown. HEX triplet: 35, 11 and 02. RGB value is (53,17,2). Sum of RGB (Red+Green+Blue) = 53+17+2=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #351102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351102 is #CAEEFD. Grayscale: #1A1A1A. Windows color (decimal): -13299454 or 135477. OLE color: 135477.

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

Color convert

RGB 53 17 2 -
CMYK 0 0.68 0.96 0.79
HSL 17.65º 0.93% 0.11% -
HSV(B) 17.65º 0.96% 0.21% -
XYZ 1.68 1.16 0.19 -
YUV 26.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 53 17 2 0 0.68 0.96 0.79 17.65 0.93 0.11
Hex 35 11 2 0 44 60 4F 12 5D B
Octal 65 21 2 0 104 140 117 22 135 13
Binary 110101 10001 10 0 1000100 1100000 1001111 10010 1011101 1011

Color Harmonies of #351102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351102

Black with #351102

Text Example


Text Example

White with #351102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351102; }

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

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

background-color css

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

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

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

border-color css

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

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

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