Html Css Color HEX #441807 Brown Pod

📋 copy color: '#441807'

red 68 ◦ green 24 ◦ blue 7

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

Shades of Brown Pod #441807

Tints of Brown Pod #441807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

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

R = 68.69%
G = 24.24%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#441807 (or 0x441807) is known color: Brown Pod. HEX triplet: 44, 18 and 07. RGB value is (68,24,7). Sum of RGB (Red+Green+Blue) = 68+24+7=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #441807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441807 is #BBE7F8. Grayscale: #232323. Windows color (decimal): -12314617 or 464964. OLE color: 464964.

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

Color convert

RGB 68 24 7 -
CMYK 0 0.65 0.90 0.73
HSL 16.72º 0.81% 0.15% -
HSV(B) 16.72º 0.9% 0.27% -
XYZ 2.75 1.9 0.42 -
YUV 35.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 68 24 7 0 0.65 0.90 0.73 16.72 0.81 0.15
Hex 44 18 7 0 41 5A 49 11 51 F
Octal 104 30 7 0 101 132 111 21 121 17
Binary 1000100 11000 111 0 1000001 1011010 1001001 10001 1010001 1111

Color Harmonies of #441807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441807

Black with #441807

Text Example


Text Example

White with #441807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441807; }

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

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

background-color css

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

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

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

border-color css

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

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

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