Html Css Color HEX #44410C Madras

📋 copy color: '#44410C'

red 68 ◦ green 65 ◦ blue 12

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

Shades of Madras #44410C

Tints of Madras #44410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 46.9%
G = 44.83%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44410C (or 0x44410C) is known color: Madras. HEX triplet: 44, 41 and 0C. RGB value is (68,65,12). Sum of RGB (Red+Green+Blue) = 68+65+12=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44410C is #BBBEF3. Grayscale: #3C3C3C. Windows color (decimal): -12304116 or 803140. OLE color: 803140.

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

Color convert

RGB 68 65 12 -
CMYK 0 0.04 0.82 0.73
HSL 56.79º 0.7% 0.16% -
HSV(B) 56.79º 0.82% 0.27% -
XYZ 4.34 5.04 1.09 -
YUV 59.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 68 65 12 0 0.04 0.82 0.73 56.79 0.7 0.16
Hex 44 41 C 0 4 52 49 39 46 10
Octal 104 101 14 0 4 122 111 71 106 20
Binary 1000100 1000001 1100 0 100 1010010 1001001 111001 1000110 10000

Color Harmonies of #44410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44410C

Black with #44410C

Text Example


Text Example

White with #44410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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