Html Css Color HEX #350401 Seal Brown

📋 copy color: '#350401'

red 53 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #350401

Tints of Seal Brown #350401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 91.38%
G = 6.9%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#350401 (or 0x350401) is known color: Seal Brown. HEX triplet: 35, 04 and 01. RGB value is (53,4,1). Sum of RGB (Red+Green+Blue) = 53+4+1=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350401 is #CAFBFE. Grayscale: #121212. Windows color (decimal): -13302783 or 66613. OLE color: 66613.

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

Color convert

RGB 53 4 1 -
CMYK 0 0.92 0.98 0.79
HSL 3.46º 0.96% 0.11% -
HSV(B) 3.46º 0.98% 0.21% -
XYZ 1.52 0.85 0.11 -
YUV 18.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 53 4 1 0 0.92 0.98 0.79 3.46 0.96 0.11
Hex 35 4 1 0 5C 62 4F 3 60 B
Octal 65 4 1 0 134 142 117 3 140 13
Binary 110101 100 1 0 1011100 1100010 1001111 11 1100000 1011

Color Harmonies of #350401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350401

Black with #350401

Text Example


Text Example

White with #350401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350401; }

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

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

background-color css

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

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

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

border-color css

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

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

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