Html Css Color HEX #44370C Madras

📋 copy color: '#44370C'

red 68 ◦ green 55 ◦ blue 12

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

Shades of Madras #44370C

Tints of Madras #44370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

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

R = 50.37%
G = 40.74%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44370C (or 0x44370C) is known color: Madras. HEX triplet: 44, 37 and 0C. RGB value is (68,55,12). Sum of RGB (Red+Green+Blue) = 68+55+12=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44370C is #BBC8F3. Grayscale: #363636. Windows color (decimal): -12306676 or 800580. OLE color: 800580.

HSL color Cylindrical-coordinate representation of color #44370C: hue angle of 46.07º 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 #44370C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 55 12 -
CMYK 0 0.19 0.82 0.73
HSL 46.07º 0.7% 0.16% -
HSV(B) 46.07º 0.82% 0.27% -
XYZ 3.82 3.99 0.92 -
YUV 53.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 68 55 12 0 0.19 0.82 0.73 46.07 0.7 0.16
Hex 44 37 C 0 13 52 49 2E 46 10
Octal 104 67 14 0 23 122 111 56 106 20
Binary 1000100 110111 1100 0 10011 1010010 1001001 101110 1000110 10000

Color Harmonies of #44370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44370C

Black with #44370C

Text Example


Text Example

White with #44370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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