Html Css Color HEX #441A03 Brown Pod

📋 copy color: '#441A03'

red 68 ◦ green 26 ◦ blue 3

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

Shades of Brown Pod #441A03

Tints of Brown Pod #441A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 70.1%
G = 26.8%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441A03 (or 0x441A03) is known color: Brown Pod. HEX triplet: 44, 1A and 03. RGB value is (68,26,3). Sum of RGB (Red+Green+Blue) = 68+26+3=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #441A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A03 is #BBE5FC. Grayscale: #242424. Windows color (decimal): -12314109 or 203332. OLE color: 203332.

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

Color convert

RGB 68 26 3 -
CMYK 0 0.62 0.96 0.73
HSL 21.23º 0.92% 0.14% -
HSV(B) 21.23º 0.96% 0.27% -
XYZ 2.77 1.97 0.32 -
YUV 35.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 68 26 3 0 0.62 0.96 0.73 21.23 0.92 0.14
Hex 44 1A 3 0 3E 60 49 15 5C E
Octal 104 32 3 0 76 140 111 25 134 16
Binary 1000100 11010 11 0 111110 1100000 1001001 10101 1011100 1110

Color Harmonies of #441A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A03

Black with #441A03

Text Example


Text Example

White with #441A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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