Html Css Color HEX #442015 Brown Pod

📋 copy color: '#442015'

red 68 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #442015

Tints of Brown Pod #442015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

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

R = 56.2%
G = 26.45%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442015 (or 0x442015) is known color: Brown Pod. HEX triplet: 44, 20 and 15. RGB value is (68,32,21). Sum of RGB (Red+Green+Blue) = 68+32+21=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442015 is #BBDFEA. Grayscale: #292929. Windows color (decimal): -12312555 or 1384516. OLE color: 1384516.

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

Color convert

RGB 68 32 21 -
CMYK 0 0.53 0.69 0.73
HSL 14.04º 0.53% 0.17% -
HSV(B) 14.04º 0.69% 0.27% -
XYZ 3.04 2.32 1 -
YUV 41.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 68 32 21 0 0.53 0.69 0.73 14.04 0.53 0.17
Hex 44 20 15 0 35 45 49 E 35 11
Octal 104 40 25 0 65 105 111 16 65 21
Binary 1000100 100000 10101 0 110101 1000101 1001001 1110 110101 10001

Color Harmonies of #442015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442015

Black with #442015

Text Example


Text Example

White with #442015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442015; }

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

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

background-color css

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

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

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

border-color css

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

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

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