Html Css Color HEX #44380C Madras

📋 copy color: '#44380C'

red 68 ◦ green 56 ◦ blue 12

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

Shades of Madras #44380C

Tints of Madras #44380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 50%
G = 41.18%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44380C (or 0x44380C) is known color: Madras. HEX triplet: 44, 38 and 0C. RGB value is (68,56,12). Sum of RGB (Red+Green+Blue) = 68+56+12=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #44380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44380C is #BBC7F3. Grayscale: #363636. Windows color (decimal): -12306420 or 800836. OLE color: 800836.

HSL color Cylindrical-coordinate representation of color #44380C: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44380C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 56 12 -
CMYK 0 0.18 0.82 0.73
HSL 47.14º 0.7% 0.16% -
HSV(B) 47.14º 0.82% 0.27% -
XYZ 3.86 4.08 0.93 -
YUV 54.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 68 56 12 0 0.18 0.82 0.73 47.14 0.7 0.16
Hex 44 38 C 0 12 52 49 2F 46 10
Octal 104 70 14 0 22 122 111 57 106 20
Binary 1000100 111000 1100 0 10010 1010010 1001001 101111 1000110 10000

Color Harmonies of #44380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44380C

Black with #44380C

Text Example


Text Example

White with #44380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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