Html Css Color HEX #441E0D Brown Pod

📋 copy color: '#441E0D'

red 68 ◦ green 30 ◦ blue 13

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

Shades of Brown Pod #441E0D

Tints of Brown Pod #441E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.03%

 BLUE value IS 13 (5.47% from 255) = 11.71%

R = 61.26%
G = 27.03%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#441E0D (or 0x441E0D) is known color: Brown Pod. HEX triplet: 44, 1E and 0D. RGB value is (68,30,13). Sum of RGB (Red+Green+Blue) = 68+30+13=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E0D is #BBE1F2. Grayscale: #272727. Windows color (decimal): -12313075 or 859716. OLE color: 859716.

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

Color convert

RGB 68 30 13 -
CMYK 0 0.56 0.81 0.73
HSL 18.55º 0.68% 0.16% -
HSV(B) 18.55º 0.81% 0.27% -
XYZ 2.92 2.19 0.65 -
YUV 39.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 68 30 13 0 0.56 0.81 0.73 18.55 0.68 0.16
Hex 44 1E D 0 38 51 49 13 44 10
Octal 104 36 15 0 70 121 111 23 104 20
Binary 1000100 11110 1101 0 111000 1010001 1001001 10011 1000100 10000

Color Harmonies of #441E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E0D

Black with #441E0D

Text Example


Text Example

White with #441E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,13); }

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

background-color css

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

 a { background-color: rgb(68,30,13); }

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

border-color css

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

 span { border-color: rgb(68,30,13); }

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