Html Css Color HEX #44380D Madras

📋 copy color: '#44380D'

red 68 ◦ green 56 ◦ blue 13

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

Shades of Madras #44380D

Tints of Madras #44380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

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

R = 49.64%
G = 40.88%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#44380D (or 0x44380D) is known color: Madras. HEX triplet: 44, 38 and 0D. RGB value is (68,56,13). Sum of RGB (Red+Green+Blue) = 68+56+13=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44380D is #BBC7F2. Grayscale: #363636. Windows color (decimal): -12306419 or 866372. OLE color: 866372.

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

Color convert

RGB 68 56 13 -
CMYK 0 0.18 0.81 0.73
HSL 46.91º 0.68% 0.16% -
HSV(B) 46.91º 0.81% 0.27% -
XYZ 3.87 4.09 0.97 -
YUV 54.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 68 56 13 0 0.18 0.81 0.73 46.91 0.68 0.16
Hex 44 38 D 0 12 51 49 2F 44 10
Octal 104 70 15 0 22 121 111 57 104 20
Binary 1000100 111000 1101 0 10010 1010001 1001001 101111 1000100 10000

Color Harmonies of #44380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44380D

Black with #44380D

Text Example


Text Example

White with #44380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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