Html Css Color HEX #442215 Brown Pod

📋 copy color: '#442215'

red 68 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #442215

Tints of Brown Pod #442215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 55.28%
G = 27.64%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442215 (or 0x442215) is known color: Brown Pod. HEX triplet: 44, 22 and 15. RGB value is (68,34,21). Sum of RGB (Red+Green+Blue) = 68+34+21=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442215 is #BBDDEA. Grayscale: #2A2A2A. Windows color (decimal): -12312043 or 1385028. OLE color: 1385028.

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

Color convert

RGB 68 34 21 -
CMYK 0 0.50 0.69 0.73
HSL 16.6º 0.53% 0.17% -
HSV(B) 16.6º 0.69% 0.27% -
XYZ 3.09 2.43 1.02 -
YUV 42.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 68 34 21 0 0.50 0.69 0.73 16.6 0.53 0.17
Hex 44 22 15 0 32 45 49 11 35 11
Octal 104 42 25 0 62 105 111 21 65 21
Binary 1000100 100010 10101 0 110010 1000101 1001001 10001 110101 10001

Color Harmonies of #442215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442215

Black with #442215

Text Example


Text Example

White with #442215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442215; }

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

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

background-color css

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

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

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

border-color css

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

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

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