Html Css Color HEX #352928 Livid Brown

📋 copy color: '#352928'

red 53 ◦ green 41 ◦ blue 40

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

Shades of Livid Brown #352928

Tints of Livid Brown #352928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 39.55%
G = 30.6%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352928 (or 0x352928) is known color: Livid Brown. HEX triplet: 35, 29 and 28. RGB value is (53,41,40). Sum of RGB (Red+Green+Blue) = 53+41+40=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352928 is #CAD6D7. Grayscale: #2C2C2C. Windows color (decimal): -13293272 or 2631989. OLE color: 2631989.

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

Color convert

RGB 53 41 40 -
CMYK 0 0.23 0.25 0.79
HSL 4.62º 0.14% 0.18% -
HSV(B) 4.62º 0.25% 0.21% -
XYZ 2.64 2.5 2.35 -
YUV 44.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 53 41 40 0 0.23 0.25 0.79 4.62 0.14 0.18
Hex 35 29 28 0 17 19 4F 5 E 12
Octal 65 51 50 0 27 31 117 5 16 22
Binary 110101 101001 101000 0 10111 11001 1001111 101 1110 10010

Color Harmonies of #352928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352928

Black with #352928

Text Example


Text Example

White with #352928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352928; }

 p { color: rgb(53,41,40); }

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

background-color css

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

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

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

border-color css

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

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

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