Html Css Color HEX #441A0F Brown Pod

📋 copy color: '#441A0F'

red 68 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #441A0F

Tints of Brown Pod #441A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 62.39%
G = 23.85%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#441A0F (or 0x441A0F) is known color: Brown Pod. HEX triplet: 44, 1A and 0F. RGB value is (68,26,15). Sum of RGB (Red+Green+Blue) = 68+26+15=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A0F is #BBE5F0. Grayscale: #252525. Windows color (decimal): -12314097 or 989764. OLE color: 989764.

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

Color convert

RGB 68 26 15 -
CMYK 0 0.62 0.78 0.73
HSL 12.45º 0.64% 0.16% -
HSV(B) 12.45º 0.78% 0.27% -
XYZ 2.84 2 0.69 -
YUV 37.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 68 26 15 0 0.62 0.78 0.73 12.45 0.64 0.16
Hex 44 1A F 0 3E 4E 49 C 40 10
Octal 104 32 17 0 76 116 111 14 100 20
Binary 1000100 11010 1111 0 111110 1001110 1001001 1100 1000000 10000

Color Harmonies of #441A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A0F

Black with #441A0F

Text Example


Text Example

White with #441A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,15); }

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

background-color css

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

 a { background-color: rgb(68,26,15); }

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

border-color css

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

 span { border-color: rgb(68,26,15); }

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