Html Css Color HEX #441D0B Brown Pod

📋 copy color: '#441D0B'

red 68 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #441D0B

Tints of Brown Pod #441D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 62.96%
G = 26.85%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#441D0B (or 0x441D0B) is known color: Brown Pod. HEX triplet: 44, 1D and 0B. RGB value is (68,29,11). Sum of RGB (Red+Green+Blue) = 68+29+11=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D0B is #BBE2F4. Grayscale: #262626. Windows color (decimal): -12313333 or 728388. OLE color: 728388.

HSL color Cylindrical-coordinate representation of color #441D0B: hue angle of 18.95º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441D0B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 11 -
CMYK 0 0.57 0.84 0.73
HSL 18.95º 0.72% 0.15% -
HSV(B) 18.95º 0.84% 0.27% -
XYZ 2.88 2.13 0.58 -
YUV 38.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 68 29 11 0 0.57 0.84 0.73 18.95 0.72 0.15
Hex 44 1D B 0 39 54 49 13 48 F
Octal 104 35 13 0 71 124 111 23 110 17
Binary 1000100 11101 1011 0 111001 1010100 1001001 10011 1001000 1111

Color Harmonies of #441D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D0B

Black with #441D0B

Text Example


Text Example

White with #441D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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