Html Css Color HEX #442722 Brown Pod

📋 copy color: '#442722'

red 68 ◦ green 39 ◦ blue 34

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

Shades of Brown Pod #442722

Tints of Brown Pod #442722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.66%

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 48.23%
G = 27.66%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#442722 (or 0x442722) is known color: Brown Pod. HEX triplet: 44, 27 and 22. RGB value is (68,39,34). Sum of RGB (Red+Green+Blue) = 68+39+34=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442722 is #BBD8DD. Grayscale: #2F2F2F. Windows color (decimal): -12310750 or 2238276. OLE color: 2238276.

HSL color Cylindrical-coordinate representation of color #442722: hue angle of 8.82º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442722 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 39 34 -
CMYK 0 0.43 0.50 0.73
HSL 8.82º 0.33% 0.2% -
HSV(B) 8.82º 0.5% 0.27% -
XYZ 3.4 2.8 1.87 -
YUV 47.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 68 39 34 0 0.43 0.50 0.73 8.82 0.33 0.2
Hex 44 27 22 0 2B 32 49 9 21 14
Octal 104 47 42 0 53 62 111 11 41 24
Binary 1000100 100111 100010 0 101011 110010 1001001 1001 100001 10100

Color Harmonies of #442722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442722

Black with #442722

Text Example


Text Example

White with #442722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442722; }

 p { color: rgb(68,39,34); }

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

background-color css

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

 a { background-color: rgb(68,39,34); }

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

border-color css

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

 span { border-color: rgb(68,39,34); }

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