Html Css Color HEX #442415 Brown Pod

📋 copy color: '#442415'

red 68 ◦ green 36 ◦ blue 21

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

Shades of Brown Pod #442415

Tints of Brown Pod #442415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 54.4%
G = 28.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#442415 (or 0x442415) is known color: Brown Pod. HEX triplet: 44, 24 and 15. RGB value is (68,36,21). Sum of RGB (Red+Green+Blue) = 68+36+21=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442415 is #BBDBEA. Grayscale: #2B2B2B. Windows color (decimal): -12311531 or 1385540. OLE color: 1385540.

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

Color convert

RGB 68 36 21 -
CMYK 0 0.47 0.69 0.73
HSL 19.15º 0.53% 0.17% -
HSV(B) 19.15º 0.69% 0.27% -
XYZ 3.15 2.54 1.03 -
YUV 43.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 68 36 21 0 0.47 0.69 0.73 19.15 0.53 0.17
Hex 44 24 15 0 2F 45 49 13 35 11
Octal 104 44 25 0 57 105 111 23 65 21
Binary 1000100 100100 10101 0 101111 1000101 1001001 10011 110101 10001

Color Harmonies of #442415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442415

Black with #442415

Text Example


Text Example

White with #442415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442415; }

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

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

background-color css

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

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

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

border-color css

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

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

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