Html Css Color HEX #351003 Seal Brown

📋 copy color: '#351003'

red 53 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #351003

Tints of Seal Brown #351003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 73.61%
G = 22.22%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351003 (or 0x351003) is known color: Seal Brown. HEX triplet: 35, 10 and 03. RGB value is (53,16,3). Sum of RGB (Red+Green+Blue) = 53+16+3=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #351003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351003 is #CAEFFC. Grayscale: #191919. Windows color (decimal): -13299709 or 200757. OLE color: 200757.

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

Color convert

RGB 53 16 3 -
CMYK 0 0.70 0.94 0.79
HSL 15.6º 0.89% 0.11% -
HSV(B) 15.6º 0.94% 0.21% -
XYZ 1.67 1.13 0.22 -
YUV 25.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 53 16 3 0 0.70 0.94 0.79 15.6 0.89 0.11
Hex 35 10 3 0 46 5E 4F 10 59 B
Octal 65 20 3 0 106 136 117 20 131 13
Binary 110101 10000 11 0 1000110 1011110 1001111 10000 1011001 1011

Color Harmonies of #351003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351003

Black with #351003

Text Example


Text Example

White with #351003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351003; }

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

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

background-color css

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

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

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

border-color css

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

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

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