Html Css Color HEX #351309 Seal Brown

📋 copy color: '#351309'

red 53 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #351309

Tints of Seal Brown #351309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

 BLUE value IS 9 (3.91% from 255) = 11.11%

R = 65.43%
G = 23.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#351309 (or 0x351309) is known color: Seal Brown. HEX triplet: 35, 13 and 09. RGB value is (53,19,9). Sum of RGB (Red+Green+Blue) = 53+19+9=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351309 is #CAECF6. Grayscale: #1C1C1C. Windows color (decimal): -13298935 or 594741. OLE color: 594741.

HSL color Cylindrical-coordinate representation of color #351309: hue angle of 13.64º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351309 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 9 -
CMYK 0 0.64 0.83 0.79
HSL 13.64º 0.71% 0.12% -
HSV(B) 13.64º 0.83% 0.21% -
XYZ 1.75 1.24 0.41 -
YUV 28.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 53 19 9 0 0.64 0.83 0.79 13.64 0.71 0.12
Hex 35 13 9 0 40 53 4F E 47 C
Octal 65 23 11 0 100 123 117 16 107 14
Binary 110101 10011 1001 0 1000000 1010011 1001111 1110 1000111 1100

Color Harmonies of #351309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351309

Black with #351309

Text Example


Text Example

White with #351309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351309; }

 p { color: rgb(53,19,9); }

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

background-color css

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

 a { background-color: rgb(53,19,9); }

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

border-color css

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

 span { border-color: rgb(53,19,9); }

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