Html Css Color HEX #441601 Brown Pod

📋 copy color: '#441601'

red 68 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #441601

Tints of Brown Pod #441601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 74.73%
G = 24.18%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441601 (or 0x441601) is known color: Brown Pod. HEX triplet: 44, 16 and 01. RGB value is (68,22,1). Sum of RGB (Red+Green+Blue) = 68+22+1=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #441601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441601 is #BBE9FE. Grayscale: #212121. Windows color (decimal): -12315135 or 71236. OLE color: 71236.

HSL color Cylindrical-coordinate representation of color #441601: hue angle of 18.81º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #441601 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 1 -
CMYK 0 0.68 0.99 0.73
HSL 18.81º 0.97% 0.14% -
HSV(B) 18.81º 0.99% 0.27% -
XYZ 2.68 1.8 0.24 -
YUV 33.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 68 22 1 0 0.68 0.99 0.73 18.81 0.97 0.14
Hex 44 16 1 0 44 63 49 13 61 E
Octal 104 26 1 0 104 143 111 23 141 16
Binary 1000100 10110 1 0 1000100 1100011 1001001 10011 1100001 1110

Color Harmonies of #441601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441601

Black with #441601

Text Example


Text Example

White with #441601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441601; }

 p { color: rgb(68,22,1); }

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

background-color css

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

 a { background-color: rgb(68,22,1); }

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

border-color css

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

 span { border-color: rgb(68,22,1); }

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