Html Css Color HEX #441E03 Brown Pod

📋 copy color: '#441E03'

red 68 ◦ green 30 ◦ blue 3

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

Shades of Brown Pod #441E03

Tints of Brown Pod #441E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 67.33%
G = 29.7%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441E03 (or 0x441E03) is known color: Brown Pod. HEX triplet: 44, 1E and 03. RGB value is (68,30,3). Sum of RGB (Red+Green+Blue) = 68+30+3=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E03 is #BBE1FC. Grayscale: #262626. Windows color (decimal): -12313085 or 204356. OLE color: 204356.

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

Color convert

RGB 68 30 3 -
CMYK 0 0.56 0.96 0.73
HSL 24.92º 0.92% 0.14% -
HSV(B) 24.92º 0.96% 0.27% -
XYZ 2.86 2.16 0.35 -
YUV 38.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 68 30 3 0 0.56 0.96 0.73 24.92 0.92 0.14
Hex 44 1E 3 0 38 60 49 19 5C E
Octal 104 36 3 0 70 140 111 31 134 16
Binary 1000100 11110 11 0 111000 1100000 1001001 11001 1011100 1110

Color Harmonies of #441E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E03

Black with #441E03

Text Example


Text Example

White with #441E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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