Html Css Color HEX #442820 Brown Pod

📋 copy color: '#442820'

red 68 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #442820

Tints of Brown Pod #442820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 48.57%
G = 28.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#442820 (or 0x442820) is known color: Brown Pod. HEX triplet: 44, 28 and 20. RGB value is (68,40,32). Sum of RGB (Red+Green+Blue) = 68+40+32=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442820 is #BBD7DF. Grayscale: #2F2F2F. Windows color (decimal): -12310496 or 2107460. OLE color: 2107460.

HSL color Cylindrical-coordinate representation of color #442820: hue angle of 13.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 #442820 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 40 32 -
CMYK 0 0.41 0.53 0.73
HSL 13.33º 0.36% 0.2% -
HSV(B) 13.33º 0.53% 0.27% -
XYZ 3.4 2.85 1.74 -
YUV 47.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 68 40 32 0 0.41 0.53 0.73 13.33 0.36 0.2
Hex 44 28 20 0 29 35 49 D 24 14
Octal 104 50 40 0 51 65 111 15 44 24
Binary 1000100 101000 100000 0 101001 110101 1001001 1101 100100 10100

Color Harmonies of #442820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442820

Black with #442820

Text Example


Text Example

White with #442820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442820; }

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

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

background-color css

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

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

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

border-color css

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

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

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