Html Css Color HEX #442622 Brown Pod

📋 copy color: '#442622'

red 68 ◦ green 38 ◦ blue 34

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

Shades of Brown Pod #442622

Tints of Brown Pod #442622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 48.57%
G = 27.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#442622 (or 0x442622) is known color: Brown Pod. HEX triplet: 44, 26 and 22. RGB value is (68,38,34). Sum of RGB (Red+Green+Blue) = 68+38+34=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442622 is #BBD9DD. Grayscale: #2E2E2E. Windows color (decimal): -12311006 or 2238020. OLE color: 2238020.

HSL color Cylindrical-coordinate representation of color #442622: hue angle of 7.06º 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 #442622 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 38 34 -
CMYK 0 0.44 0.50 0.73
HSL 7.06º 0.33% 0.2% -
HSV(B) 7.06º 0.5% 0.27% -
XYZ 3.37 2.73 1.86 -
YUV 46.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 68 38 34 0 0.44 0.50 0.73 7.06 0.33 0.2
Hex 44 26 22 0 2C 32 49 7 21 14
Octal 104 46 42 0 54 62 111 7 41 24
Binary 1000100 100110 100010 0 101100 110010 1001001 111 100001 10100

Color Harmonies of #442622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442622

Black with #442622

Text Example


Text Example

White with #442622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442622; }

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

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

background-color css

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

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

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

border-color css

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

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

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