Html Css Color HEX #350501 Seal Brown

📋 copy color: '#350501'

red 53 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #350501

Tints of Seal Brown #350501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 89.83%
G = 8.47%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#350501 (or 0x350501) is known color: Seal Brown. HEX triplet: 35, 05 and 01. RGB value is (53,5,1). Sum of RGB (Red+Green+Blue) = 53+5+1=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350501 is #CAFAFE. Grayscale: #121212. Windows color (decimal): -13302527 or 66869. OLE color: 66869.

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

Color convert

RGB 53 5 1 -
CMYK 0 0.91 0.98 0.79
HSL 4.62º 0.96% 0.11% -
HSV(B) 4.62º 0.98% 0.21% -
XYZ 1.53 0.87 0.12 -
YUV 18.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 53 5 1 0 0.91 0.98 0.79 4.62 0.96 0.11
Hex 35 5 1 0 5B 62 4F 5 60 B
Octal 65 5 1 0 133 142 117 5 140 13
Binary 110101 101 1 0 1011011 1100010 1001111 101 1100000 1011

Color Harmonies of #350501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350501

Black with #350501

Text Example


Text Example

White with #350501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350501; }

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

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

background-color css

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

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

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

border-color css

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

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

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