Html Css Color HEX #44380E Madras

📋 copy color: '#44380E'

red 68 ◦ green 56 ◦ blue 14

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

Shades of Madras #44380E

Tints of Madras #44380E

RGB

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

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

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

R = 49.28%
G = 40.58%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44380E (or 0x44380E) is known color: Madras. HEX triplet: 44, 38 and 0E. RGB value is (68,56,14). Sum of RGB (Red+Green+Blue) = 68+56+14=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44380E is #BBC7F1. Grayscale: #363636. Windows color (decimal): -12306418 or 931908. OLE color: 931908.

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

Color convert

RGB 68 56 14 -
CMYK 0 0.18 0.79 0.73
HSL 46.67º 0.66% 0.16% -
HSV(B) 46.67º 0.79% 0.27% -
XYZ 3.88 4.09 1 -
YUV 54.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 68 56 14 0 0.18 0.79 0.73 46.67 0.66 0.16
Hex 44 38 E 0 12 4F 49 2F 42 10
Octal 104 70 16 0 22 117 111 57 102 20
Binary 1000100 111000 1110 0 10010 1001111 1001001 101111 1000010 10000

Color Harmonies of #44380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44380E

Black with #44380E

Text Example


Text Example

White with #44380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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