Html Css Color HEX #441B04 Brown Pod

📋 copy color: '#441B04'

red 68 ◦ green 27 ◦ blue 4

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

Shades of Brown Pod #441B04

Tints of Brown Pod #441B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.04%

R = 68.69%
G = 27.27%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441B04 (or 0x441B04) is known color: Brown Pod. HEX triplet: 44, 1B and 04. RGB value is (68,27,4). Sum of RGB (Red+Green+Blue) = 68+27+4=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #441B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B04 is #BBE4FB. Grayscale: #242424. Windows color (decimal): -12313852 or 269124. OLE color: 269124.

HSL color Cylindrical-coordinate representation of color #441B04: hue angle of 21.56º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #441B04 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 4 -
CMYK 0 0.60 0.94 0.73
HSL 21.56º 0.89% 0.14% -
HSV(B) 21.56º 0.94% 0.27% -
XYZ 2.8 2.02 0.36 -
YUV 36.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 68 27 4 0 0.60 0.94 0.73 21.56 0.89 0.14
Hex 44 1B 4 0 3C 5E 49 16 59 E
Octal 104 33 4 0 74 136 111 26 131 16
Binary 1000100 11011 100 0 111100 1011110 1001001 10110 1011001 1110

Color Harmonies of #441B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B04

Black with #441B04

Text Example


Text Example

White with #441B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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