Html Css Color HEX #44420E Madras

📋 copy color: '#44420E'

red 68 ◦ green 66 ◦ blue 14

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

Shades of Madras #44420E

Tints of Madras #44420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

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

R = 45.95%
G = 44.59%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44420E (or 0x44420E) is known color: Madras. HEX triplet: 44, 42 and 0E. RGB value is (68,66,14). Sum of RGB (Red+Green+Blue) = 68+66+14=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420E is #BBBDF1. Grayscale: #3C3C3C. Windows color (decimal): -12303858 or 934468. OLE color: 934468.

HSL color Cylindrical-coordinate representation of color #44420E: hue angle of 57.78º 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 #44420E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 14 -
CMYK 0 0.03 0.79 0.73
HSL 57.78º 0.66% 0.16% -
HSV(B) 57.78º 0.79% 0.27% -
XYZ 4.41 5.16 1.18 -
YUV 60.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 68 66 14 0 0.03 0.79 0.73 57.78 0.66 0.16
Hex 44 42 E 0 3 4F 49 3A 42 10
Octal 104 102 16 0 3 117 111 72 102 20
Binary 1000100 1000010 1110 0 11 1001111 1001001 111010 1000010 10000

Color Harmonies of #44420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44420E

Black with #44420E

Text Example


Text Example

White with #44420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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