Html Css Color HEX #441B03 Brown Pod

📋 copy color: '#441B03'

red 68 ◦ green 27 ◦ blue 3

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

Shades of Brown Pod #441B03

Tints of Brown Pod #441B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.55%

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

R = 69.39%
G = 27.55%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#441B03 (or 0x441B03) is known color: Brown Pod. HEX triplet: 44, 1B and 03. RGB value is (68,27,3). Sum of RGB (Red+Green+Blue) = 68+27+3=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B03 is #BBE4FC. Grayscale: #242424. Windows color (decimal): -12313853 or 203588. OLE color: 203588.

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

Color convert

RGB 68 27 3 -
CMYK 0 0.60 0.96 0.73
HSL 22.15º 0.92% 0.14% -
HSV(B) 22.15º 0.96% 0.27% -
XYZ 2.79 2.02 0.33 -
YUV 36.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 68 27 3 0 0.60 0.96 0.73 22.15 0.92 0.14
Hex 44 1B 3 0 3C 60 49 16 5C E
Octal 104 33 3 0 74 140 111 26 134 16
Binary 1000100 11011 11 0 111100 1100000 1001001 10110 1011100 1110

Color Harmonies of #441B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B03

Black with #441B03

Text Example


Text Example

White with #441B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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