Html Css Color HEX #442012 Brown Pod

📋 copy color: '#442012'

red 68 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #442012

Tints of Brown Pod #442012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 57.63%
G = 27.12%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442012 (or 0x442012) is known color: Brown Pod. HEX triplet: 44, 20 and 12. RGB value is (68,32,18). Sum of RGB (Red+Green+Blue) = 68+32+18=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442012 is #BBDFED. Grayscale: #292929. Windows color (decimal): -12312558 or 1187908. OLE color: 1187908.

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

Color convert

RGB 68 32 18 -
CMYK 0 0.53 0.74 0.73
HSL 16.8º 0.58% 0.17% -
HSV(B) 16.8º 0.74% 0.27% -
XYZ 3.01 2.31 0.86 -
YUV 41.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 68 32 18 0 0.53 0.74 0.73 16.8 0.58 0.17
Hex 44 20 12 0 35 4A 49 11 3A 11
Octal 104 40 22 0 65 112 111 21 72 21
Binary 1000100 100000 10010 0 110101 1001010 1001001 10001 111010 10001

Color Harmonies of #442012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442012

Black with #442012

Text Example


Text Example

White with #442012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442012; }

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

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

background-color css

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

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

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

border-color css

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

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

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