Html Css Color HEX #351000 Seal Brown

📋 copy color: '#351000'

red 53 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #351000

Tints of Seal Brown #351000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.81%
G = 23.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351000 (or 0x351000) is known color: Seal Brown. HEX triplet: 35, 10 and 00. RGB value is (53,16,0). Sum of RGB (Red+Green+Blue) = 53+16+0=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #351000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351000 is #CAEFFF. Grayscale: #191919. Windows color (decimal): -13299712 or 4149. OLE color: 4149.

HSL color Cylindrical-coordinate representation of color #351000: hue angle of 18.11º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 0 -
CMYK 0 0.70 1 0.79
HSL 18.11º 1% 0.1% -
HSV(B) 18.11º 1% 0.21% -
XYZ 1.65 1.13 0.13 -
YUV 25.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 53 16 0 0 0.70 1 0.79 18.11 1 0.1
Hex 35 10 0 0 46 64 4F 12 64 A
Octal 65 20 0 0 106 144 117 22 144 12
Binary 110101 10000 0 0 1000110 1100100 1001111 10010 1100100 1010

Color Harmonies of #351000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351000

Black with #351000

Text Example


Text Example

White with #351000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351000; }

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

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

background-color css

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

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

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

border-color css

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

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

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