Html Css Color HEX #351001 Seal Brown

📋 copy color: '#351001'

red 53 ◦ green 16 ◦ blue 1

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

Shades of Seal Brown #351001

Tints of Seal Brown #351001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 75.71%
G = 22.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#351001 (or 0x351001) is known color: Seal Brown. HEX triplet: 35, 10 and 01. RGB value is (53,16,1). Sum of RGB (Red+Green+Blue) = 53+16+1=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #351001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351001 is #CAEFFE. Grayscale: #191919. Windows color (decimal): -13299711 or 69685. OLE color: 69685.

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

Color convert

RGB 53 16 1 -
CMYK 0 0.70 0.98 0.79
HSL 17.31º 0.96% 0.11% -
HSV(B) 17.31º 0.98% 0.21% -
XYZ 1.66 1.13 0.16 -
YUV 25.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 53 16 1 0 0.70 0.98 0.79 17.31 0.96 0.11
Hex 35 10 1 0 46 62 4F 11 60 B
Octal 65 20 1 0 106 142 117 21 140 13
Binary 110101 10000 1 0 1000110 1100010 1001111 10001 1100000 1011

Color Harmonies of #351001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351001

Black with #351001

Text Example


Text Example

White with #351001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351001; }

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

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

background-color css

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

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

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

border-color css

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

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

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