Html Css Color HEX #441501 Brown Pod

📋 copy color: '#441501'

red 68 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #441501

Tints of Brown Pod #441501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 75.56%
G = 23.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441501 (or 0x441501) is known color: Brown Pod. HEX triplet: 44, 15 and 01. RGB value is (68,21,1). Sum of RGB (Red+Green+Blue) = 68+21+1=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441501 is #BBEAFE. Grayscale: #202020. Windows color (decimal): -12315391 or 70980. OLE color: 70980.

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

Color convert

RGB 68 21 1 -
CMYK 0 0.69 0.99 0.73
HSL 17.91º 0.97% 0.14% -
HSV(B) 17.91º 0.99% 0.27% -
XYZ 2.66 1.77 0.23 -
YUV 32.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 68 21 1 0 0.69 0.99 0.73 17.91 0.97 0.14
Hex 44 15 1 0 45 63 49 12 61 E
Octal 104 25 1 0 105 143 111 22 141 16
Binary 1000100 10101 1 0 1000101 1100011 1001001 10010 1100001 1110

Color Harmonies of #441501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441501

Black with #441501

Text Example


Text Example

White with #441501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441501; }

 p { color: rgb(68,21,1); }

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

background-color css

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

 a { background-color: rgb(68,21,1); }

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

border-color css

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

 span { border-color: rgb(68,21,1); }

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