Html Css Color HEX #332525 Livid Brown

📋 copy color: '#332525'

red 51 ◦ green 37 ◦ blue 37

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

Shades of Livid Brown #332525

Tints of Livid Brown #332525

RGB

 RED value IS 51 (20.31% from 255) = 40.8%

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 40.8%
G = 29.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#332525 (or 0x332525) is known color: Livid Brown. HEX triplet: 33, 25 and 25. RGB value is (51,37,37). Sum of RGB (Red+Green+Blue) = 51+37+37=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332525 is #CCDADA. Grayscale: #292929. Windows color (decimal): -13425371 or 2434355. OLE color: 2434355.

HSL color Cylindrical-coordinate representation of color #332525: hue angle of 0º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332525 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 37 -
CMYK 0 0.27 0.27 0.8
HSL 0.16% 0.17% -
HSV(B) 0.27% 0.2% -
XYZ 2.36 2.16 2.04 -
YUV 41.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 51 37 37 0 0.27 0.27 0.8 0 0.16 0.17
Hex 33 25 25 0 1B 1B 50 0 10 11
Octal 63 45 45 0 33 33 120 0 20 21
Binary 110011 100101 100101 0 11011 11011 1010000 0 10000 10001

Color Harmonies of #332525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332525

Black with #332525

Text Example


Text Example

White with #332525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332525; }

 p { color: rgb(51,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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