Html Css Color HEX #351005 Seal Brown

📋 copy color: '#351005'

red 53 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #351005

Tints of Seal Brown #351005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 71.62%
G = 21.62%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#351005 (or 0x351005) is known color: Seal Brown. HEX triplet: 35, 10 and 05. RGB value is (53,16,5). Sum of RGB (Red+Green+Blue) = 53+16+5=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351005 is #CAEFFA. Grayscale: #191919. Windows color (decimal): -13299707 or 331829. OLE color: 331829.

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

Color convert

RGB 53 16 5 -
CMYK 0 0.70 0.91 0.79
HSL 13.75º 0.83% 0.11% -
HSV(B) 13.75º 0.91% 0.21% -
XYZ 1.68 1.14 0.27 -
YUV 25.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 53 16 5 0 0.70 0.91 0.79 13.75 0.83 0.11
Hex 35 10 5 0 46 5B 4F E 53 B
Octal 65 20 5 0 106 133 117 16 123 13
Binary 110101 10000 101 0 1000110 1011011 1001111 1110 1010011 1011

Color Harmonies of #351005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351005

Black with #351005

Text Example


Text Example

White with #351005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351005; }

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

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

background-color css

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

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

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

border-color css

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

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

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