Html Css Color HEX #441303 Brown Pod

📋 copy color: '#441303'

red 68 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #441303

Tints of Brown Pod #441303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

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

R = 75.56%
G = 21.11%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441303 (or 0x441303) is known color: Brown Pod. HEX triplet: 44, 13 and 03. RGB value is (68,19,3). Sum of RGB (Red+Green+Blue) = 68+19+3=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441303 is #BBECFC. Grayscale: #1F1F1F. Windows color (decimal): -12315901 or 201540. OLE color: 201540.

HSL color Cylindrical-coordinate representation of color #441303: hue angle of 14.77º 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 #441303 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 19 3 -
CMYK 0 0.72 0.96 0.73
HSL 14.77º 0.92% 0.14% -
HSV(B) 14.77º 0.96% 0.27% -
XYZ 2.63 1.7 0.28 -
YUV 31.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 68 19 3 0 0.72 0.96 0.73 14.77 0.92 0.14
Hex 44 13 3 0 48 60 49 F 5C E
Octal 104 23 3 0 110 140 111 17 134 16
Binary 1000100 10011 11 0 1001000 1100000 1001001 1111 1011100 1110

Color Harmonies of #441303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441303

Black with #441303

Text Example


Text Example

White with #441303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441303; }

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

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

background-color css

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

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

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

border-color css

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

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

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