Html Css Color HEX #351515 Seal Brown

📋 copy color: '#351515'

red 53 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #351515

Tints of Seal Brown #351515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

 BLUE value IS 21 (8.59% from 255) = 22.11%

R = 55.79%
G = 22.11%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351515 (or 0x351515) is known color: Seal Brown. HEX triplet: 35, 15 and 15. RGB value is (53,21,21). Sum of RGB (Red+Green+Blue) = 53+21+21=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351515 is #CAEAEA. Grayscale: #1E1E1E. Windows color (decimal): -13298411 or 1381685. OLE color: 1381685.

HSL color Cylindrical-coordinate representation of color #351515: hue angle of 0º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351515 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 21 21 -
CMYK 0 0.60 0.60 0.79
HSL 0.43% 0.15% -
HSV(B) 0.6% 0.21% -
XYZ 1.87 1.35 0.87 -
YUV 30.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 53 21 21 0 0.60 0.60 0.79 0 0.43 0.15
Hex 35 15 15 0 3C 3C 4F 0 2B F
Octal 65 25 25 0 74 74 117 0 53 17
Binary 110101 10101 10101 0 111100 111100 1001111 0 101011 1111

Color Harmonies of #351515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351515

Black with #351515

Text Example


Text Example

White with #351515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351515; }

 p { color: rgb(53,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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