Html Css Color HEX #442719 Brown Pod

📋 copy color: '#442719'

red 68 ◦ green 39 ◦ blue 25

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

Shades of Brown Pod #442719

Tints of Brown Pod #442719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

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

R = 51.52%
G = 29.55%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#442719 (or 0x442719) is known color: Brown Pod. HEX triplet: 44, 27 and 19. RGB value is (68,39,25). Sum of RGB (Red+Green+Blue) = 68+39+25=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442719 is #BBD8E6. Grayscale: #2E2E2E. Windows color (decimal): -12310759 or 1648452. OLE color: 1648452.

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

Color convert

RGB 68 39 25 -
CMYK 0 0.43 0.63 0.73
HSL 19.53º 0.46% 0.18% -
HSV(B) 19.53º 0.63% 0.27% -
XYZ 3.28 2.75 1.28 -
YUV 46.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 68 39 25 0 0.43 0.63 0.73 19.53 0.46 0.18
Hex 44 27 19 0 2B 3F 49 14 2E 12
Octal 104 47 31 0 53 77 111 24 56 22
Binary 1000100 100111 11001 0 101011 111111 1001001 10100 101110 10010

Color Harmonies of #442719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442719

Black with #442719

Text Example


Text Example

White with #442719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442719; }

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

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

background-color css

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

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

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

border-color css

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

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

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