Html Css Color HEX #352825 Livid Brown

📋 copy color: '#352825'

red 53 ◦ green 40 ◦ blue 37

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

Shades of Livid Brown #352825

Tints of Livid Brown #352825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 40.77%
G = 30.77%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#352825 (or 0x352825) is known color: Livid Brown. HEX triplet: 35, 28 and 25. RGB value is (53,40,37). Sum of RGB (Red+Green+Blue) = 53+40+37=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352825 is #CAD7DA. Grayscale: #2B2B2B. Windows color (decimal): -13293531 or 2435125. OLE color: 2435125.

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

Color convert

RGB 53 40 37 -
CMYK 0 0.25 0.30 0.79
HSL 11.25º 0.18% 0.18% -
HSV(B) 11.25º 0.3% 0.21% -
XYZ 2.56 2.41 2.08 -
YUV 43.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 53 40 37 0 0.25 0.30 0.79 11.25 0.18 0.18
Hex 35 28 25 0 19 1E 4F B 12 12
Octal 65 50 45 0 31 36 117 13 22 22
Binary 110101 101000 100101 0 11001 11110 1001111 1011 10010 10010

Color Harmonies of #352825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352825

Black with #352825

Text Example


Text Example

White with #352825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352825; }

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

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

background-color css

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

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

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

border-color css

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

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

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