Html Css Color HEX #44410E Madras

📋 copy color: '#44410E'

red 68 ◦ green 65 ◦ blue 14

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

Shades of Madras #44410E

Tints of Madras #44410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 46.26%
G = 44.22%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44410E (or 0x44410E) is known color: Madras. HEX triplet: 44, 41 and 0E. RGB value is (68,65,14). Sum of RGB (Red+Green+Blue) = 68+65+14=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44410E is #BBBEF1. Grayscale: #3C3C3C. Windows color (decimal): -12304114 or 934212. OLE color: 934212.

HSL color Cylindrical-coordinate representation of color #44410E: hue angle of 56.67º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44410E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 65 14 -
CMYK 0 0.04 0.79 0.73
HSL 56.67º 0.66% 0.16% -
HSV(B) 56.67º 0.79% 0.27% -
XYZ 4.35 5.04 1.16 -
YUV 60.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 68 65 14 0 0.04 0.79 0.73 56.67 0.66 0.16
Hex 44 41 E 0 4 4F 49 39 42 10
Octal 104 101 16 0 4 117 111 71 102 20
Binary 1000100 1000001 1110 0 100 1001111 1001001 111001 1000010 10000

Color Harmonies of #44410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44410E

Black with #44410E

Text Example


Text Example

White with #44410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44410E; }

 p { color: rgb(68,65,14); }

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

background-color css

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

 a { background-color: rgb(68,65,14); }

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

border-color css

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

 span { border-color: rgb(68,65,14); }

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