Html Css Color HEX #442218 Brown Pod

📋 copy color: '#442218'

red 68 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #442218

Tints of Brown Pod #442218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

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

R = 53.97%
G = 26.98%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#442218 (or 0x442218) is known color: Brown Pod. HEX triplet: 44, 22 and 18. RGB value is (68,34,24). Sum of RGB (Red+Green+Blue) = 68+34+24=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442218 is #BBDDE7. Grayscale: #2B2B2B. Windows color (decimal): -12312040 or 1581636. OLE color: 1581636.

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

Color convert

RGB 68 34 24 -
CMYK 0 0.50 0.65 0.73
HSL 13.64º 0.48% 0.18% -
HSV(B) 13.64º 0.65% 0.27% -
XYZ 3.12 2.44 1.17 -
YUV 43.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 68 34 24 0 0.50 0.65 0.73 13.64 0.48 0.18
Hex 44 22 18 0 32 41 49 E 30 12
Octal 104 42 30 0 62 101 111 16 60 22
Binary 1000100 100010 11000 0 110010 1000001 1001001 1110 110000 10010

Color Harmonies of #442218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442218

Black with #442218

Text Example


Text Example

White with #442218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442218; }

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

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

background-color css

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

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

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

border-color css

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

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

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