Html Css Color HEX #442519 Brown Pod

📋 copy color: '#442519'

red 68 ◦ green 37 ◦ blue 25

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

Shades of Brown Pod #442519

Tints of Brown Pod #442519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

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

R = 52.31%
G = 28.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442519 (or 0x442519) is known color: Brown Pod. HEX triplet: 44, 25 and 19. RGB value is (68,37,25). Sum of RGB (Red+Green+Blue) = 68+37+25=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #442519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442519 is #BBDAE6. Grayscale: #2C2C2C. Windows color (decimal): -12311271 or 1647940. OLE color: 1647940.

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

Color convert

RGB 68 37 25 -
CMYK 0 0.46 0.63 0.73
HSL 16.74º 0.46% 0.18% -
HSV(B) 16.74º 0.63% 0.27% -
XYZ 3.22 2.62 1.26 -
YUV 44.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 68 37 25 0 0.46 0.63 0.73 16.74 0.46 0.18
Hex 44 25 19 0 2E 3F 49 11 2E 12
Octal 104 45 31 0 56 77 111 21 56 22
Binary 1000100 100101 11001 0 101110 111111 1001001 10001 101110 10010

Color Harmonies of #442519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442519

Black with #442519

Text Example


Text Example

White with #442519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442519; }

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

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

background-color css

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

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

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

border-color css

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

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

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