Html Css Color HEX #332119 Brown Pod

📋 copy color: '#332119'

red 51 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #332119

Tints of Brown Pod #332119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 46.79%
G = 30.28%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#332119 (or 0x332119) is known color: Brown Pod. HEX triplet: 33, 21 and 19. RGB value is (51,33,25). Sum of RGB (Red+Green+Blue) = 51+33+25=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332119 is #CCDEE6. Grayscale: #252525. Windows color (decimal): -13426407 or 1646899. OLE color: 1646899.

HSL color Cylindrical-coordinate representation of color #332119: hue angle of 18.46º 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 #332119 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 33 25 -
CMYK 0 0.35 0.51 0.8
HSL 18.46º 0.34% 0.15% -
HSV(B) 18.46º 0.51% 0.2% -
XYZ 2.08 1.86 1.17 -
YUV 37.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 51 33 25 0 0.35 0.51 0.8 18.46 0.34 0.15
Hex 33 21 19 0 23 33 50 12 22 F
Octal 63 41 31 0 43 63 120 22 42 17
Binary 110011 100001 11001 0 100011 110011 1010000 10010 100010 1111

Color Harmonies of #332119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332119

Black with #332119

Text Example


Text Example

White with #332119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332119; }

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

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

background-color css

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

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

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

border-color css

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

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

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