Html Css Color HEX #442517 Brown Pod

📋 copy color: '#442517'

red 68 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #442517

Tints of Brown Pod #442517

RGB

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

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

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

R = 53.13%
G = 28.91%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442517 (or 0x442517) is known color: Brown Pod. HEX triplet: 44, 25 and 17. RGB value is (68,37,23). Sum of RGB (Red+Green+Blue) = 68+37+23=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442517 is #BBDAE8. Grayscale: #2C2C2C. Windows color (decimal): -12311273 or 1516868. OLE color: 1516868.

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

Color convert

RGB 68 37 23 -
CMYK 0 0.46 0.66 0.73
HSL 18.67º 0.49% 0.18% -
HSV(B) 18.67º 0.66% 0.27% -
XYZ 3.2 2.61 1.15 -
YUV 44.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 68 37 23 0 0.46 0.66 0.73 18.67 0.49 0.18
Hex 44 25 17 0 2E 42 49 13 31 12
Octal 104 45 27 0 56 102 111 23 61 22
Binary 1000100 100101 10111 0 101110 1000010 1001001 10011 110001 10010

Color Harmonies of #442517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442517

Black with #442517

Text Example


Text Example

White with #442517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442517; }

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

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

background-color css

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

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

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

border-color css

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

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

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