Html Css Color HEX #441704 Brown Pod

📋 copy color: '#441704'

red 68 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #441704

Tints of Brown Pod #441704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

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

R = 71.58%
G = 24.21%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441704 (or 0x441704) is known color: Brown Pod. HEX triplet: 44, 17 and 04. RGB value is (68,23,4). Sum of RGB (Red+Green+Blue) = 68+23+4=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #441704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441704 is #BBE8FB. Grayscale: #222222. Windows color (decimal): -12314876 or 268100. OLE color: 268100.

HSL color Cylindrical-coordinate representation of color #441704: hue angle of 17.81º 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 #441704 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 23 4 -
CMYK 0 0.66 0.94 0.73
HSL 17.81º 0.89% 0.14% -
HSV(B) 17.81º 0.94% 0.27% -
XYZ 2.71 1.85 0.33 -
YUV 34.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 68 23 4 0 0.66 0.94 0.73 17.81 0.89 0.14
Hex 44 17 4 0 42 5E 49 12 59 E
Octal 104 27 4 0 102 136 111 22 131 16
Binary 1000100 10111 100 0 1000010 1011110 1001001 10010 1011001 1110

Color Harmonies of #441704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441704

Black with #441704

Text Example


Text Example

White with #441704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441704; }

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

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

background-color css

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

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

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

border-color css

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

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

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