Html Css Color HEX #351004 Seal Brown

📋 copy color: '#351004'

red 53 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #351004

Tints of Seal Brown #351004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 72.6%
G = 21.92%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#351004 (or 0x351004) is known color: Seal Brown. HEX triplet: 35, 10 and 04. RGB value is (53,16,4). Sum of RGB (Red+Green+Blue) = 53+16+4=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351004 is #CAEFFB. Grayscale: #191919. Windows color (decimal): -13299708 or 266293. OLE color: 266293.

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

Color convert

RGB 53 16 4 -
CMYK 0 0.70 0.92 0.79
HSL 14.69º 0.86% 0.11% -
HSV(B) 14.69º 0.92% 0.21% -
XYZ 1.68 1.14 0.25 -
YUV 25.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 53 16 4 0 0.70 0.92 0.79 14.69 0.86 0.11
Hex 35 10 4 0 46 5C 4F F 56 B
Octal 65 20 4 0 106 134 117 17 126 13
Binary 110101 10000 100 0 1000110 1011100 1001111 1111 1010110 1011

Color Harmonies of #351004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351004

Black with #351004

Text Example


Text Example

White with #351004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351004; }

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

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

background-color css

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

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

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

border-color css

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

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

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