Html Css Color HEX #44420D Madras

📋 copy color: '#44420D'

red 68 ◦ green 66 ◦ blue 13

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

Shades of Madras #44420D

Tints of Madras #44420D

RGB

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

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

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

R = 46.26%
G = 44.9%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#44420D (or 0x44420D) is known color: Madras. HEX triplet: 44, 42 and 0D. RGB value is (68,66,13). Sum of RGB (Red+Green+Blue) = 68+66+13=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420D is #BBBDF2. Grayscale: #3C3C3C. Windows color (decimal): -12303859 or 868932. OLE color: 868932.

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

Color convert

RGB 68 66 13 -
CMYK 0 0.03 0.81 0.73
HSL 57.82º 0.68% 0.16% -
HSV(B) 57.82º 0.81% 0.27% -
XYZ 4.4 5.15 1.14 -
YUV 60.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 68 66 13 0 0.03 0.81 0.73 57.82 0.68 0.16
Hex 44 42 D 0 3 51 49 3A 44 10
Octal 104 102 15 0 3 121 111 72 104 20
Binary 1000100 1000010 1101 0 11 1010001 1001001 111010 1000100 10000

Color Harmonies of #44420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44420D

Black with #44420D

Text Example


Text Example

White with #44420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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