Html Css Color HEX #352725 Livid Brown

📋 copy color: '#352725'

red 53 ◦ green 39 ◦ blue 37

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

Shades of Livid Brown #352725

Tints of Livid Brown #352725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

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

R = 41.09%
G = 30.23%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#352725 (or 0x352725) is known color: Livid Brown. HEX triplet: 35, 27 and 25. RGB value is (53,39,37). Sum of RGB (Red+Green+Blue) = 53+39+37=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352725 is #CAD8DA. Grayscale: #2A2A2A. Windows color (decimal): -13293787 or 2434869. OLE color: 2434869.

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

Color convert

RGB 53 39 37 -
CMYK 0 0.26 0.30 0.79
HSL 7.5º 0.18% 0.18% -
HSV(B) 7.5º 0.3% 0.21% -
XYZ 2.53 2.34 2.07 -
YUV 42.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 53 39 37 0 0.26 0.30 0.79 7.5 0.18 0.18
Hex 35 27 25 0 1A 1E 4F 8 12 12
Octal 65 47 45 0 32 36 117 10 22 22
Binary 110101 100111 100101 0 11010 11110 1001111 1000 10010 10010

Color Harmonies of #352725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352725

Black with #352725

Text Example


Text Example

White with #352725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352725; }

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

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

background-color css

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

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

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

border-color css

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

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

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