Html Css Color HEX #441803 Brown Pod

📋 copy color: '#441803'

red 68 ◦ green 24 ◦ blue 3

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

Shades of Brown Pod #441803

Tints of Brown Pod #441803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

 BLUE value IS 3 (1.56% from 255) = 3.16%

R = 71.58%
G = 25.26%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441803 (or 0x441803) is known color: Brown Pod. HEX triplet: 44, 18 and 03. RGB value is (68,24,3). Sum of RGB (Red+Green+Blue) = 68+24+3=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #441803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441803 is #BBE7FC. Grayscale: #222222. Windows color (decimal): -12314621 or 202820. OLE color: 202820.

HSL color Cylindrical-coordinate representation of color #441803: hue angle of 19.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #441803 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 3 -
CMYK 0 0.65 0.96 0.73
HSL 19.38º 0.92% 0.14% -
HSV(B) 19.38º 0.96% 0.27% -
XYZ 2.73 1.89 0.31 -
YUV 34.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 68 24 3 0 0.65 0.96 0.73 19.38 0.92 0.14
Hex 44 18 3 0 41 60 49 13 5C E
Octal 104 30 3 0 101 140 111 23 134 16
Binary 1000100 11000 11 0 1000001 1100000 1001001 10011 1011100 1110

Color Harmonies of #441803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441803

Black with #441803

Text Example


Text Example

White with #441803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441803; }

 p { color: rgb(68,24,3); }

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

background-color css

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

 a { background-color: rgb(68,24,3); }

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

border-color css

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

 span { border-color: rgb(68,24,3); }

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