Html Css Color HEX #44400B Madras

📋 copy color: '#44400B'

red 68 ◦ green 64 ◦ blue 11

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

Shades of Madras #44400B

Tints of Madras #44400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 47.55%
G = 44.76%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#44400B (or 0x44400B) is known color: Madras. HEX triplet: 44, 40 and 0B. RGB value is (68,64,11). Sum of RGB (Red+Green+Blue) = 68+64+11=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #44400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44400B is #BBBFF4. Grayscale: #3B3B3B. Windows color (decimal): -12304373 or 737348. OLE color: 737348.

HSL color Cylindrical-coordinate representation of color #44400B: hue angle of 55.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44400B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 64 11 -
CMYK 0 0.06 0.84 0.73
HSL 55.79º 0.72% 0.15% -
HSV(B) 55.79º 0.84% 0.27% -
XYZ 4.28 4.92 1.04 -
YUV 59.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 68 64 11 0 0.06 0.84 0.73 55.79 0.72 0.15
Hex 44 40 B 0 6 54 49 38 48 F
Octal 104 100 13 0 6 124 111 70 110 17
Binary 1000100 1000000 1011 0 110 1010100 1001001 111000 1001000 1111

Color Harmonies of #44400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44400B

Black with #44400B

Text Example


Text Example

White with #44400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44400B; }

 p { color: rgb(68,64,11); }

 H1.HeaderClassName
 {
   color: #44400B;
 }
 .AnyTagClassName
 {
   color: #44400B;
 }
</style>

background-color css

<style>
 a { background-color: #44400B; }

 a { background-color: rgb(68,64,11); }

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

border-color css

<style>
 span { border-color: #44400B; }

 span { border-color: rgb(68,64,11); }

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