Html Css Color HEX #441B0B Brown Pod

📋 copy color: '#441B0B'

red 68 ◦ green 27 ◦ blue 11

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

Shades of Brown Pod #441B0B

Tints of Brown Pod #441B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.47%

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

R = 64.15%
G = 25.47%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#441B0B (or 0x441B0B) is known color: Brown Pod. HEX triplet: 44, 1B and 0B. RGB value is (68,27,11). Sum of RGB (Red+Green+Blue) = 68+27+11=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B0B is #BBE4F4. Grayscale: #252525. Windows color (decimal): -12313845 or 727876. OLE color: 727876.

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

Color convert

RGB 68 27 11 -
CMYK 0 0.60 0.84 0.73
HSL 16.84º 0.72% 0.15% -
HSV(B) 16.84º 0.84% 0.27% -
XYZ 2.84 2.04 0.56 -
YUV 37.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 68 27 11 0 0.60 0.84 0.73 16.84 0.72 0.15
Hex 44 1B B 0 3C 54 49 11 48 F
Octal 104 33 13 0 74 124 111 21 110 17
Binary 1000100 11011 1011 0 111100 1010100 1001001 10001 1001000 1111

Color Harmonies of #441B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B0B

Black with #441B0B

Text Example


Text Example

White with #441B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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