Html Css Color HEX #442417 Brown Pod

📋 copy color: '#442417'

red 68 ◦ green 36 ◦ blue 23

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

Shades of Brown Pod #442417

Tints of Brown Pod #442417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 53.54%
G = 28.35%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442417 (or 0x442417) is known color: Brown Pod. HEX triplet: 44, 24 and 17. RGB value is (68,36,23). Sum of RGB (Red+Green+Blue) = 68+36+23=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442417 is #BBDBE8. Grayscale: #2C2C2C. Windows color (decimal): -12311529 or 1516612. OLE color: 1516612.

HSL color Cylindrical-coordinate representation of color #442417: hue angle of 17.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442417 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 36 23 -
CMYK 0 0.47 0.66 0.73
HSL 17.33º 0.49% 0.18% -
HSV(B) 17.33º 0.66% 0.27% -
XYZ 3.17 2.55 1.14 -
YUV 44.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 68 36 23 0 0.47 0.66 0.73 17.33 0.49 0.18
Hex 44 24 17 0 2F 42 49 11 31 12
Octal 104 44 27 0 57 102 111 21 61 22
Binary 1000100 100100 10111 0 101111 1000010 1001001 10001 110001 10010

Color Harmonies of #442417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442417

Black with #442417

Text Example


Text Example

White with #442417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442417; }

 p { color: rgb(68,36,23); }

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

background-color css

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

 a { background-color: rgb(68,36,23); }

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

border-color css

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

 span { border-color: rgb(68,36,23); }

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