Html Css Color HEX #442212 Brown Pod

📋 copy color: '#442212'

red 68 ◦ green 34 ◦ blue 18

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

Shades of Brown Pod #442212

Tints of Brown Pod #442212

RGB

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

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

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

R = 56.67%
G = 28.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442212 (or 0x442212) is known color: Brown Pod. HEX triplet: 44, 22 and 12. RGB value is (68,34,18). Sum of RGB (Red+Green+Blue) = 68+34+18=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442212 is #BBDDED. Grayscale: #2A2A2A. Windows color (decimal): -12312046 or 1188420. OLE color: 1188420.

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

Color convert

RGB 68 34 18 -
CMYK 0 0.50 0.74 0.73
HSL 19.2º 0.58% 0.17% -
HSV(B) 19.2º 0.74% 0.27% -
XYZ 3.07 2.42 0.88 -
YUV 42.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 68 34 18 0 0.50 0.74 0.73 19.2 0.58 0.17
Hex 44 22 12 0 32 4A 49 13 3A 11
Octal 104 42 22 0 62 112 111 23 72 21
Binary 1000100 100010 10010 0 110010 1001010 1001001 10011 111010 10001

Color Harmonies of #442212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442212

Black with #442212

Text Example


Text Example

White with #442212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442212; }

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

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

background-color css

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

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

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

border-color css

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

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

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