Html Css Color HEX #352020 Seal Brown

📋 copy color: '#352020'

red 53 ◦ green 32 ◦ blue 32

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

Shades of Seal Brown #352020

Tints of Seal Brown #352020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 45.3%
G = 27.35%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352020 (or 0x352020) is known color: Seal Brown. HEX triplet: 35, 20 and 20. RGB value is (53,32,32). Sum of RGB (Red+Green+Blue) = 53+32+32=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352020 is #CADFDF. Grayscale: #262626. Windows color (decimal): -13295584 or 2105397. OLE color: 2105397.

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

Color convert

RGB 53 32 32 -
CMYK 0 0.40 0.40 0.79
HSL 0.25% 0.17% -
HSV(B) 0.4% 0.21% -
XYZ 2.25 1.89 1.61 -
YUV 38.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 53 32 32 0 0.40 0.40 0.79 0 0.25 0.17
Hex 35 20 20 0 28 28 4F 0 19 11
Octal 65 40 40 0 50 50 117 0 31 21
Binary 110101 100000 100000 0 101000 101000 1001111 0 11001 10001

Color Harmonies of #352020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352020

Black with #352020

Text Example


Text Example

White with #352020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352020; }

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

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

background-color css

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

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

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

border-color css

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

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

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