Html Css Color HEX #441500 Brown Pod

📋 copy color: '#441500'

red 68 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #441500

Tints of Brown Pod #441500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.4%
G = 23.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441500 (or 0x441500) is known color: Brown Pod. HEX triplet: 44, 15 and 00. RGB value is (68,21,0). Sum of RGB (Red+Green+Blue) = 68+21+0=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #441500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441500 is #BBEAFF. Grayscale: #202020. Windows color (decimal): -12315392 or 5444. OLE color: 5444.

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

Color convert

RGB 68 21 0 -
CMYK 0 0.69 1 0.73
HSL 18.53º 1% 0.13% -
HSV(B) 18.53º 1% 0.27% -
XYZ 2.65 1.77 0.2 -
YUV 32.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 68 21 0 0 0.69 1 0.73 18.53 1 0.13
Hex 44 15 0 0 45 64 49 13 64 D
Octal 104 25 0 0 105 144 111 23 144 15
Binary 1000100 10101 0 0 1000101 1100100 1001001 10011 1100100 1101

Color Harmonies of #441500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441500

Black with #441500

Text Example


Text Example

White with #441500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441500; }

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

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

background-color css

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

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

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

border-color css

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

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

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