Html Css Color HEX #332019 Brown Pod

📋 copy color: '#332019'

red 51 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #332019

Tints of Brown Pod #332019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 47.22%
G = 29.63%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#332019 (or 0x332019) is known color: Brown Pod. HEX triplet: 33, 20 and 19. RGB value is (51,32,25). Sum of RGB (Red+Green+Blue) = 51+32+25=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332019 is #CCDFE6. Grayscale: #242424. Windows color (decimal): -13426663 or 1646643. OLE color: 1646643.

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

Color convert

RGB 51 32 25 -
CMYK 0 0.37 0.51 0.8
HSL 16.15º 0.34% 0.15% -
HSV(B) 16.15º 0.51% 0.2% -
XYZ 2.06 1.81 1.16 -
YUV 36.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 51 32 25 0 0.37 0.51 0.8 16.15 0.34 0.15
Hex 33 20 19 0 25 33 50 10 22 F
Octal 63 40 31 0 45 63 120 20 42 17
Binary 110011 100000 11001 0 100101 110011 1010000 10000 100010 1111

Color Harmonies of #332019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332019

Black with #332019

Text Example


Text Example

White with #332019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332019; }

 p { color: rgb(51,32,25); }

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

background-color css

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

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

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

border-color css

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

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

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