Html Css Color HEX #441801 Brown Pod

📋 copy color: '#441801'

red 68 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #441801

Tints of Brown Pod #441801

RGB

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

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

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

R = 73.12%
G = 25.81%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441801 (or 0x441801) is known color: Brown Pod. HEX triplet: 44, 18 and 01. RGB value is (68,24,1). Sum of RGB (Red+Green+Blue) = 68+24+1=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #441801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441801 is #BBE7FE. Grayscale: #222222. Windows color (decimal): -12314623 or 71748. OLE color: 71748.

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

Color convert

RGB 68 24 1 -
CMYK 0 0.65 0.99 0.73
HSL 20.6º 0.97% 0.14% -
HSV(B) 20.6º 0.99% 0.27% -
XYZ 2.72 1.88 0.25 -
YUV 34.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 68 24 1 0 0.65 0.99 0.73 20.6 0.97 0.14
Hex 44 18 1 0 41 63 49 15 61 E
Octal 104 30 1 0 101 143 111 25 141 16
Binary 1000100 11000 1 0 1000001 1100011 1001001 10101 1100001 1110

Color Harmonies of #441801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441801

Black with #441801

Text Example


Text Example

White with #441801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441801; }

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

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

background-color css

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

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

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

border-color css

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

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

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