Html Css Color HEX #441D17 Brown Pod

📋 copy color: '#441D17'

red 68 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #441D17

Tints of Brown Pod #441D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

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

R = 56.67%
G = 24.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#441D17 (or 0x441D17) is known color: Brown Pod. HEX triplet: 44, 1D and 17. RGB value is (68,29,23). Sum of RGB (Red+Green+Blue) = 68+29+23=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D17 is #BBE2E8. Grayscale: #282828. Windows color (decimal): -12313321 or 1514820. OLE color: 1514820.

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

Color convert

RGB 68 29 23 -
CMYK 0 0.57 0.66 0.73
HSL 0.49% 0.18% -
HSV(B) 0.66% 0.27% -
XYZ 2.98 2.17 1.07 -
YUV 39.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 68 29 23 0 0.57 0.66 0.73 8 0.49 0.18
Hex 44 1D 17 0 39 42 49 8 31 12
Octal 104 35 27 0 71 102 111 10 61 22
Binary 1000100 11101 10111 0 111001 1000010 1001001 1000 110001 10010

Color Harmonies of #441D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D17

Black with #441D17

Text Example


Text Example

White with #441D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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