Html Css Color HEX #442512 Brown Pod

📋 copy color: '#442512'

red 68 ◦ green 37 ◦ blue 18

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

Shades of Brown Pod #442512

Tints of Brown Pod #442512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 55.28%
G = 30.08%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#442512 (or 0x442512) is known color: Brown Pod. HEX triplet: 44, 25 and 12. RGB value is (68,37,18). Sum of RGB (Red+Green+Blue) = 68+37+18=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442512 is #BBDAED. Grayscale: #2C2C2C. Windows color (decimal): -12311278 or 1189188. OLE color: 1189188.

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

Color convert

RGB 68 37 18 -
CMYK 0 0.46 0.74 0.73
HSL 22.8º 0.58% 0.17% -
HSV(B) 22.8º 0.74% 0.27% -
XYZ 3.15 2.6 0.91 -
YUV 44.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 68 37 18 0 0.46 0.74 0.73 22.8 0.58 0.17
Hex 44 25 12 0 2E 4A 49 17 3A 11
Octal 104 45 22 0 56 112 111 27 72 21
Binary 1000100 100101 10010 0 101110 1001010 1001001 10111 111010 10001

Color Harmonies of #442512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442512

Black with #442512

Text Example


Text Example

White with #442512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442512; }

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

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

background-color css

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

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

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

border-color css

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

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

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