Html Css Color HEX #441607 Brown Pod

📋 copy color: '#441607'

red 68 ◦ green 22 ◦ blue 7

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

Shades of Brown Pod #441607

Tints of Brown Pod #441607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.22%

R = 70.1%
G = 22.68%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#441607 (or 0x441607) is known color: Brown Pod. HEX triplet: 44, 16 and 07. RGB value is (68,22,7). Sum of RGB (Red+Green+Blue) = 68+22+7=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #441607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441607 is #BBE9F8. Grayscale: #222222. Windows color (decimal): -12315129 or 464452. OLE color: 464452.

HSL color Cylindrical-coordinate representation of color #441607: hue angle of 14.75º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441607 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 7 -
CMYK 0 0.68 0.90 0.73
HSL 14.75º 0.81% 0.15% -
HSV(B) 14.75º 0.9% 0.27% -
XYZ 2.71 1.82 0.41 -
YUV 34.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 68 22 7 0 0.68 0.90 0.73 14.75 0.81 0.15
Hex 44 16 7 0 44 5A 49 F 51 F
Octal 104 26 7 0 104 132 111 17 121 17
Binary 1000100 10110 111 0 1000100 1011010 1001001 1111 1010001 1111

Color Harmonies of #441607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441607

Black with #441607

Text Example


Text Example

White with #441607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441607; }

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

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

background-color css

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

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

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

border-color css

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

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

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