Html Css Color HEX #442119 Brown Pod

📋 copy color: '#442119'

red 68 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #442119

Tints of Brown Pod #442119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 53.97%
G = 26.19%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442119 (or 0x442119) is known color: Brown Pod. HEX triplet: 44, 21 and 19. RGB value is (68,33,25). Sum of RGB (Red+Green+Blue) = 68+33+25=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442119 is #BBDEE6. Grayscale: #2A2A2A. Windows color (decimal): -12312295 or 1646916. OLE color: 1646916.

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

Color convert

RGB 68 33 25 -
CMYK 0 0.51 0.63 0.73
HSL 11.16º 0.46% 0.18% -
HSV(B) 11.16º 0.63% 0.27% -
XYZ 3.1 2.39 1.22 -
YUV 42.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 68 33 25 0 0.51 0.63 0.73 11.16 0.46 0.18
Hex 44 21 19 0 33 3F 49 B 2E 12
Octal 104 41 31 0 63 77 111 13 56 22
Binary 1000100 100001 11001 0 110011 111111 1001001 1011 101110 10010

Color Harmonies of #442119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442119

Black with #442119

Text Example


Text Example

White with #442119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442119; }

 p { color: rgb(68,33,25); }

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

background-color css

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

 a { background-color: rgb(68,33,25); }

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

border-color css

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

 span { border-color: rgb(68,33,25); }

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