Html Css Color HEX #442419 Brown Pod

📋 copy color: '#442419'

red 68 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #442419

Tints of Brown Pod #442419

RGB

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

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

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

R = 52.71%
G = 27.91%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442419 (or 0x442419) is known color: Brown Pod. HEX triplet: 44, 24 and 19. RGB value is (68,36,25). Sum of RGB (Red+Green+Blue) = 68+36+25=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442419 is #BBDBE6. Grayscale: #2C2C2C. Windows color (decimal): -12311527 or 1647684. OLE color: 1647684.

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

Color convert

RGB 68 36 25 -
CMYK 0 0.47 0.63 0.73
HSL 15.35º 0.46% 0.18% -
HSV(B) 15.35º 0.63% 0.27% -
XYZ 3.19 2.56 1.25 -
YUV 44.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 68 36 25 0 0.47 0.63 0.73 15.35 0.46 0.18
Hex 44 24 19 0 2F 3F 49 F 2E 12
Octal 104 44 31 0 57 77 111 17 56 22
Binary 1000100 100100 11001 0 101111 111111 1001001 1111 101110 10010

Color Harmonies of #442419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442419

Black with #442419

Text Example


Text Example

White with #442419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442419; }

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

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

background-color css

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

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

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

border-color css

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

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

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