Html Css Color HEX #441B0C Brown Pod

📋 copy color: '#441B0C'

red 68 ◦ green 27 ◦ blue 12

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

Shades of Brown Pod #441B0C

Tints of Brown Pod #441B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 63.55%
G = 25.23%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#441B0C (or 0x441B0C) is known color: Brown Pod. HEX triplet: 44, 1B and 0C. RGB value is (68,27,12). Sum of RGB (Red+Green+Blue) = 68+27+12=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B0C is #BBE4F3. Grayscale: #252525. Windows color (decimal): -12313844 or 793412. OLE color: 793412.

HSL color Cylindrical-coordinate representation of color #441B0C: hue angle of 16.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441B0C is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 12 -
CMYK 0 0.60 0.82 0.73
HSL 16.07º 0.7% 0.16% -
HSV(B) 16.07º 0.82% 0.27% -
XYZ 2.84 2.04 0.59 -
YUV 37.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 68 27 12 0 0.60 0.82 0.73 16.07 0.7 0.16
Hex 44 1B C 0 3C 52 49 10 46 10
Octal 104 33 14 0 74 122 111 20 106 20
Binary 1000100 11011 1100 0 111100 1010010 1001001 10000 1000110 10000

Color Harmonies of #441B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B0C

Black with #441B0C

Text Example


Text Example

White with #441B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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