Html Css Color HEX #441D03 Brown Pod

📋 copy color: '#441D03'

red 68 ◦ green 29 ◦ blue 3

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

Shades of Brown Pod #441D03

Tints of Brown Pod #441D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

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

R = 68%
G = 29%
B = 3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441D03 (or 0x441D03) is known color: Brown Pod. HEX triplet: 44, 1D and 03. RGB value is (68,29,3). Sum of RGB (Red+Green+Blue) = 68+29+3=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D03 is #BBE2FC. Grayscale: #252525. Windows color (decimal): -12313341 or 204100. OLE color: 204100.

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

Color convert

RGB 68 29 3 -
CMYK 0 0.57 0.96 0.73
HSL 24º 0.92% 0.14% -
HSV(B) 24º 0.96% 0.27% -
XYZ 2.84 2.11 0.34 -
YUV 37.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 68 29 3 0 0.57 0.96 0.73 24 0.92 0.14
Hex 44 1D 3 0 39 60 49 18 5C E
Octal 104 35 3 0 71 140 111 30 134 16
Binary 1000100 11101 11 0 111001 1100000 1001001 11000 1011100 1110

Color Harmonies of #441D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D03

Black with #441D03

Text Example


Text Example

White with #441D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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