Html Css Color HEX #442316 Brown Pod

📋 copy color: '#442316'

red 68 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #442316

Tints of Brown Pod #442316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 54.4%
G = 28%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442316 (or 0x442316) is known color: Brown Pod. HEX triplet: 44, 23 and 16. RGB value is (68,35,22). Sum of RGB (Red+Green+Blue) = 68+35+22=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442316 is #BBDCE9. Grayscale: #2B2B2B. Windows color (decimal): -12311786 or 1450820. OLE color: 1450820.

HSL color Cylindrical-coordinate representation of color #442316: hue angle of 16.96º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442316 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 35 22 -
CMYK 0 0.49 0.68 0.73
HSL 16.96º 0.51% 0.18% -
HSV(B) 16.96º 0.68% 0.27% -
XYZ 3.13 2.49 1.07 -
YUV 43.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 68 35 22 0 0.49 0.68 0.73 16.96 0.51 0.18
Hex 44 23 16 0 31 44 49 11 33 12
Octal 104 43 26 0 61 104 111 21 63 22
Binary 1000100 100011 10110 0 110001 1000100 1001001 10001 110011 10010

Color Harmonies of #442316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442316

Black with #442316

Text Example


Text Example

White with #442316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442316; }

 p { color: rgb(68,35,22); }

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

background-color css

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

 a { background-color: rgb(68,35,22); }

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

border-color css

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

 span { border-color: rgb(68,35,22); }

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