Html Css Color HEX #442018 Brown Pod

📋 copy color: '#442018'

red 68 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #442018

Tints of Brown Pod #442018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.81%

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 54.84%
G = 25.81%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#442018 (or 0x442018) is known color: Brown Pod. HEX triplet: 44, 20 and 18. RGB value is (68,32,24). Sum of RGB (Red+Green+Blue) = 68+32+24=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442018 is #BBDFE7. Grayscale: #292929. Windows color (decimal): -12312552 or 1581124. OLE color: 1581124.

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

Color convert

RGB 68 32 24 -
CMYK 0 0.53 0.65 0.73
HSL 10.91º 0.48% 0.18% -
HSV(B) 10.91º 0.65% 0.27% -
XYZ 3.07 2.33 1.15 -
YUV 41.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 68 32 24 0 0.53 0.65 0.73 10.91 0.48 0.18
Hex 44 20 18 0 35 41 49 B 30 12
Octal 104 40 30 0 65 101 111 13 60 22
Binary 1000100 100000 11000 0 110101 1000001 1001001 1011 110000 10010

Color Harmonies of #442018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442018

Black with #442018

Text Example


Text Example

White with #442018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442018; }

 p { color: rgb(68,32,24); }

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

background-color css

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

 a { background-color: rgb(68,32,24); }

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

border-color css

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

 span { border-color: rgb(68,32,24); }

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