Html Css Color HEX #351815 Seal Brown

📋 copy color: '#351815'

red 53 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #351815

Tints of Seal Brown #351815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 54.08%
G = 24.49%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351815 (or 0x351815) is known color: Seal Brown. HEX triplet: 35, 18 and 15. RGB value is (53,24,21). Sum of RGB (Red+Green+Blue) = 53+24+21=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351815 is #CAE7EA. Grayscale: #202020. Windows color (decimal): -13297643 or 1382453. OLE color: 1382453.

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

Color convert

RGB 53 24 21 -
CMYK 0 0.55 0.60 0.79
HSL 5.63º 0.43% 0.15% -
HSV(B) 5.63º 0.6% 0.21% -
XYZ 1.93 1.46 0.89 -
YUV 32.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 53 24 21 0 0.55 0.60 0.79 5.63 0.43 0.15
Hex 35 18 15 0 37 3C 4F 6 2B F
Octal 65 30 25 0 67 74 117 6 53 17
Binary 110101 11000 10101 0 110111 111100 1001111 110 101011 1111

Color Harmonies of #351815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351815

Black with #351815

Text Example


Text Example

White with #351815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351815; }

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

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

background-color css

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

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

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

border-color css

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

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

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