Html Css Color HEX #442520 Brown Pod

📋 copy color: '#442520'

red 68 ◦ green 37 ◦ blue 32

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

Shades of Brown Pod #442520

Tints of Brown Pod #442520

RGB

 RED value IS 68 (26.95% from 255) = 49.64%

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 49.64%
G = 27.01%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#442520 (or 0x442520) is known color: Brown Pod. HEX triplet: 44, 25 and 20. RGB value is (68,37,32). Sum of RGB (Red+Green+Blue) = 68+37+32=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442520 is #BBDADF. Grayscale: #2D2D2D. Windows color (decimal): -12311264 or 2106692. OLE color: 2106692.

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

Color convert

RGB 68 37 32 -
CMYK 0 0.46 0.53 0.73
HSL 8.33º 0.36% 0.2% -
HSV(B) 8.33º 0.53% 0.27% -
XYZ 3.31 2.66 1.7 -
YUV 45.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 68 37 32 0 0.46 0.53 0.73 8.33 0.36 0.2
Hex 44 25 20 0 2E 35 49 8 24 14
Octal 104 45 40 0 56 65 111 10 44 24
Binary 1000100 100101 100000 0 101110 110101 1001001 1000 100100 10100

Color Harmonies of #442520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442520

Black with #442520

Text Example


Text Example

White with #442520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442520; }

 p { color: rgb(68,37,32); }

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

background-color css

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

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

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

border-color css

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

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

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