Html Css Color HEX #442511 Brown Pod

📋 copy color: '#442511'

red 68 ◦ green 37 ◦ blue 17

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

Shades of Brown Pod #442511

Tints of Brown Pod #442511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 55.74%
G = 30.33%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442511 (or 0x442511) is known color: Brown Pod. HEX triplet: 44, 25 and 11. RGB value is (68,37,17). Sum of RGB (Red+Green+Blue) = 68+37+17=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442511 is #BBDAEE. Grayscale: #2C2C2C. Windows color (decimal): -12311279 or 1123652. OLE color: 1123652.

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

Color convert

RGB 68 37 17 -
CMYK 0 0.46 0.75 0.73
HSL 23.53º 0.6% 0.17% -
HSV(B) 23.53º 0.75% 0.27% -
XYZ 3.15 2.59 0.86 -
YUV 43.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 68 37 17 0 0.46 0.75 0.73 23.53 0.6 0.17
Hex 44 25 11 0 2E 4B 49 18 3C 11
Octal 104 45 21 0 56 113 111 30 74 21
Binary 1000100 100101 10001 0 101110 1001011 1001001 11000 111100 10001

Color Harmonies of #442511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442511

Black with #442511

Text Example


Text Example

White with #442511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442511; }

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

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

background-color css

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

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

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

border-color css

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

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

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